RE: [xsl] Transforming XML that contains a DTD

Subject: RE: [xsl] Transforming XML that contains a DTD
From: "Joe Fawcett" <joefawcett@xxxxxxxxxxx>
Date: Tue, 19 Sep 2006 13:59:04 +0100
The most common cause of this is the the DTD applies a namespace to all or some of the elements causing your XPath not to match.

For guidelines on matching namespaced elements see http://www.dpawson.co.uk/xsl/sect2/N5536.html especially numbers 13 and 23.

If you're still struggling show the XML, DTD and XSLT.

Joe


From: "Antsnio Mota" <amsmota@xxxxxxxxx>
Reply-To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] Transforming XML that contains a DTD
Date: Tue, 19 Sep 2006 13:32:52 +0100

Hello:

I've been searching for this but found no answer. I have a XSLT to
transform a XML that is doing fine when i test in my editor, however
in production the XML is generated by a java app and contains a DTD
header, and my XSLT doesen4t work on that (it desen4t match any
element).

How do i do that?

Thanks

--
Melhores cumprimentos / Kind regards
Antsnio Santos Mota

Current Thread