Re: [xsl] Filtering new tags

Subject: Re: [xsl] Filtering new tags
From: buddhi <buddhi@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 25 Jan 2008 17:14:05 +0530
Hi All,

Thank you all for the help. Joes' clue helped me. Now it is working fine.

- Buddhi -


Mukul Gandhi wrote:
Sorry, my fault.
You also need to pass a new XmlUrlResolver to the transform method as you
are using the document function.
myXslTransform.Transform(myXPathDocument, null, writer, new
XmlUrlResolver());

Joe
http://joe.fawcett.name

I presume, Joe has given you the right fix to your code. So, you are most likely invoking the transformation wrongly, which Joe's workaround should solve.

Current Thread