Re: [xsl] DOMSource into stylesheet with namespaces

Subject: Re: [xsl] DOMSource into stylesheet with namespaces
From: Johannes Döbler <jd@xxxxxxxxxxxxxx>
Date: Fri, 12 Apr 2002 14:51:35 +0200
You could check if the DOM tree passed with the DOMSource really contains the correct namespace information-
Maybe the DOM element nodes only store the local names without namespace uris, for instance if you have built the tree with a non namespace aware parser.


regards,
Johannes


At 12:42 12.04.2002 +0100, you wrote:
We are using xalan to do an xsl transform. The XSL transform takes a
DOMSource. It has been working fine.

We have now altered the stylesheet and source XML to include xmlns
statements. The transformation using the DOMSource has stopped working. If
the transformation is altered to use a Streamsource (using the same source
xsl and xml) it works fine.

What are we missing ?




XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list


Current Thread