G
Guest
How do I get HTML output from the new in 2.0 XslCompiledTransform?
The XslCompiledTransform class has a read only OutputMethod property. The
XslCompiledTransform.Transform() method takes an XmlWriter, which has an
XmlSettings object with a read only OutputMethod property. At runtime
XslCompiledTransform doesn't appear to honor an <xslutput method="html"/>
tag in the supplied XSL.
Do you have any suggestions?
Thank you.
The XslCompiledTransform class has a read only OutputMethod property. The
XslCompiledTransform.Transform() method takes an XmlWriter, which has an
XmlSettings object with a read only OutputMethod property. At runtime
XslCompiledTransform doesn't appear to honor an <xslutput method="html"/>
tag in the supplied XSL.
Do you have any suggestions?
Thank you.