handle not well-formed XML

Hi,

how can I handle not well-formed XML for example

<class>
  <Head><link rel="stylesheet" type="text/css"
href="../../style.css"></Head>
</class>

fop -xml test.xml -xsl test.xsl -pdf test.pdf
results in
[ERROR] The element type "link" must be terminated by the matching
end-tag "</link>".

To change the XML-data is out of the question. Is it possible to adjust
the XSL-file in such a way "ignore value"?

Thank you, Torsten
 

Received on Thursday, 7 April 2005 17:30:59 UTC