cancel
Showing results for 
Search instead for 
Did you mean: 

Error Class Name XMLBuilder...

Former Member
0 Kudos

Hello

I am trying to use Query with Stylesheet(XLS) and getting the following error:

Level: ERROR

ClassName: XMLBuilder

Message: javax.xml.transform.TransformerConfigurationException: org.xml.sax.SAXParseException: The element type "TITLE" must be terminated by the matching end-tag "</TITLE>".

I am using xMII Version: 11.5.1 b54

The Stylesheet(XLS) works fine with static XML (instead of passing as parameter from Query)...

Seems like some parser Issue...

Thanks in Advance !!

Vikas Gupta

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks Again Rayan for your quick responses....

Finally I am able to fix it...

All I did is changed the <FORM> method from GET to POST. and It started working...

I think the URL was getting too long and was not getting encrypted properly.

Thanks and Have a nice long weekend!!

Vikas

Former Member
0 Kudos

Thanks for the quick response... I do have the <title>ABCD</title> with in <head> tag.

This seems like some something else...

If need I can send you the sample XSL...

Thanks

Vikas

Former Member
0 Kudos

Vikas,

Sure, post it on the forum so all can see. Or, if you need to send it, ryan dot miller at infodatinc dot com

Former Member
0 Kudos

XSL stylesheets must be strict xml documents. In your transform, it looks like you have a <title> tag that is not closed. It should be <title>SomeTitle</title>.