Re: problem parsing xml with namespaces...

2005-03-30 Thread Nacho Conde
some other technology to process it, because it's not XML. Dave Nacho Conde <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 03/28/2005 11:46 PM Please respond to xalan-c-users To: [email protected] cc: (bcc: David N Bertoni/Cambridge/IBM) Subject:

Re: problem parsing xml with namespaces...

2005-03-29 Thread david_n_bertoni
]> Sent by: [EMAIL PROTECTED] 03/28/2005 11:46 PM Please respond to xalan-c-users To: [email protected] cc: (bcc: David N Bertoni/Cambridge/IBM) Subject: Re: problem parsing xml with namespaces... Hi, and thanks for your reply, I know that

Re: problem parsing xml with namespaces...

2005-03-29 Thread Nacho Conde
Hi, and thanks for your reply, I know that the document is not a well-formed xml document, but I can“t fix the problem in the source, and I need to parse this document, the question is that: could I parse the document with any parameter without the declaration of the namespaces, or should I

Re: problem parsing xml with namespaces...

2005-03-28 Thread david_n_bertoni
Hi, The file is not a well-formed XML document, because the prefix 'rdf ' is not bound to a namespace URI. I don't know what the source of this document is, but you should fix the source to deliver well-formed documents, or add the necessary namespace binding, if you created this file yoursel