XML namespace problem..

admin

Administrator
Staff member
Greetings,
I got bunch of files in XML format to be used as part of a website but those files doesn't seem to be well-formed XML, so when I try to see them in firefox, I get:
XML Parsing Error: prefix not bound to a namespace

I know I can resolve it by defining the namespaces like:

xmlns:ce="http://www.w3.org/1999/XSL/test"
xmlns:sb="http://www.w3.org/1999/XSL/test2"

but I need to know is there any way to resolve this problem without changing the xml files ? for example doing it in my xsl stylesheet file ?

Thank you in advance,
Jiosis
 
Back
Top