xsl-list
[Top] [All Lists]

Re: [xsl] Filtering new tags

2008-01-25 04:32:15
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.

-- 
Regards,
Mukul Gandhi

--~------------------------------------------------------------------
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>
--~--