Posted: Thu Sep 23, 2004 12:16 pm Post subject: Invalid Document Structure line 1 column 1
Acolyte
Joined: 16 Oct 2003 Posts: 69
I think I have a valid XML document. But everytime I send it through my flow I get the following error:
Quote:
2004-09-23 13:54:55.241794 6076 ParserException BIP5009E: XML Parsing Errors have occurred.
Errors have occurred during parsing of XML.
Review further error messages for an indication to the cause of the errors.
2004-09-23 13:54:55.241832 6076 ParserException BIP5004E: XML parsing error (Invalid document structure) encountered on line 1 column 1 while parsing element .
The above error was reported by the generic XML parser.
This message is usually caused by a badly-formed XML message. Check that the XML message being passed in is a well-formed XML message that adheres to the XML specification. Note that the line number and column number quoted above give the position where the parser discovered the problem. The actual error may be earlier in the message. Internal error codes : (182), ().
Why is it giving me this silly error? It does not matter if I use the MRM or the XMLNS parser, I get the same error each time.
Thank you siliconfish. I figured out the problem. I had hidden chars in front of "<xml>". So I need to thank jefflowrey as well for he got me thinking about that.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum