|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Filtering new tags
Yea that is exactly what I need but it is not working for me...
This is the way that I have used it... XslTransform myXslTransform; XPathDocument myXPathDocument = new XPathDocument ("C:\New.xml"); myXslTransform = new XslTransform(); myXslTransform.Load( sApplicationPath + @"\style.xsl" ); XmlTextWriter writer = new XmlTextWriter(sApplicationPath + @"\NewTags.xml", System.Text.Encoding.UTF8); writer.Formatting = Formatting.Indented; myXslTransform.Transform(myXPathDocument,null, writer, null); writer.Flush(); writer.Close(); Above is using C# with msxml - Buddhi - Mukul Gandhi wrote: I am getting similar result with MSXML 4.0 as well.
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Cast Your Vote
We need your help – Vote for DataDirect XML Products!
Winners and finalists announced at SOA World Conference in November. Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|







