Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: How can I add missing XML open tags

by hippo (Bishop)
on Dec 03, 2013 at 18:31 UTC ( [id://1065470]=note: print w/replies, xml ) Need Help??


in reply to How can I add missing XML open tags

I suggest trying a canonicalizer such as XML::CanonicalizeXML. Your supplied data is not valid XML to begin with, so you would need to address that problem first, I suspect.

  • Comment on Re: How can I add missing XML open tags

Replies are listed 'Best First'.
Re^2: How can I add missing XML open tags
by Jim (Curate) on Dec 03, 2013 at 22:41 UTC

    The only problem with it is the closing tag <orders>, which is missing the all-important slash: </orders>. Other than this single typo, the XML is well-formed. (Whether or not the XML is "valid" is a different matter altogether.)

      The trailing <orders> was a typo it is </orders>

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1065470]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (3)
As of 2024-04-19 22:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found