I am using XPathDocument and the XmlTextWrite as descibed in the
QuickStart HowTo, but...

First of all, I can't make it to write me a ISO-8859-1 encoded file.
I omits the <?xml version="1.0" encoding="ISO-8859-1"?> even though I
have specified <xsl:output method="xml" version="1.0"
encoding="ISO-8859-1" indent="yes"/> in my stylesheet.
Last but not least, it doesn't write empty tags.
<LogFile>
        xsl:attribute name="url">file://<xsl:value-of
select="$outputfilename"/>FM.log</xsl:attribute>
</LogFile>
Is rendered into
<LogFile url="file://testFM.log"></LogFile> and not
<LogFile url="file://testFM.log" /> as my old MSXML do.

I was hoping to use the all brand new NET XML engine, but these
obstacles makes me think, that the .NET isn't that flawless

<Thomas/>


---
You are currently subscribed to dotnet as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

---------
Administrated by 15 Seconds : http://www.15Seconds.com
List Archives/Search : http://local.15Seconds.com/search
Subscription Information : http://www.15seconds.com/listserv.htm
Advertising Information: http://www.internet.com/mediakit/


Reply via email to