We are working on a new application that will parse through an XML file and create a PostScript document. We've requested a sample file from our customer based upon preliminary specifications and we are noticing a tag that we weren't expecting and it is causing some problems with the XML parser that we have created. Specifically, we have requested that they pass us an empty value inside of a value tag (i.e.
). What we are receiving from the customer is a single tag that looks like
. IE 5.0 opens the customer file without any problem. Is the tag that we're seeing a valid alternative to a balanced pair? Your help will be greatly appreciated.
[sig][/sig]
Code:
<value> </value>
Code:
<value />
[sig][/sig]