Skip to main content
Participant
March 10, 2008
Question

Error in XSL transformation

  • March 10, 2008
  • 1 reply
  • 381 views
I am having trouble importing a XML file that I have previously exported. when I import the XML I get "Expected end of tag 'para'. I tried to edit the XML to add the end tag but am having trouble locating it. Any suggestion?
This topic has been closed for replies.

1 reply

Inspiring
March 10, 2008
An XML document exported from FrameMaker should not be missing an end-tag. Are you having trouble locating the erroneous "para" element or the XML file?

If the former, I suggest paring down your document to the shortest possible test case. If the latter, I gather from your subject line that your application uses XSLT. Is XSLT run when you export the document, when you import the result or both? In any case, you may need to compare pre- and post- versions of the XML document because the XSLT transform may have introduced the error.

--Lynne