cancel
Showing results for 
Search instead for 
Did you mean: 

XML Connector Problem

Former Member
0 Kudos

hi,

i created one xml file and xsl file for it. i placed both file in same directory. i connected thru XML Connector. in source URL and transform i gave xml file path. but when i test it, it throw this error:

Error during XSL Transformation, javax.xml.transform.TransformerConfigurationException: javax.xml.transform.TransformerException: org.xml.sax.SAXException: Missing or incorrect XSLT Namespace.

what is the problem? how can to solve this?

- senthil

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Your error is: "Missing or incorrect XSLT Namespace.".

Seriously. That's the error. You either have not declared the XSLT namespace properly in your XSL file or it is an invalid one.

Former Member
0 Kudos

Is your transform a valid XML document? Validate by opening up in IE. If it is invalid, IE will tell you.