xsl-list
[Top] [All Lists]

RE: [xsl] Transforming XML that contains a DTD

2006-09-19 05:59:38
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: "António Mota" <amsmota(_at_)gmail(_dot_)com>
Reply-To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
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 doesen´t work on that (it desen´t match any
element).

How do i do that?

Thanks

--
Melhores cumprimentos / Kind regards
António Santos Mota

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--




--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>