xsltTransform

  • Thread starter Thread starter Mate Visky
  • Start date Start date
M

Mate Visky

hi,

http://msdn.microsoft.com/library/d...discretionarybehaviorsinxsltransformclass.asp

"The disable-output-escaping attribute is ignored when the xsl:text or
xsl:value-of elements are used in an xsl:comment,
xsl:processing-instruction, or xsl:attribute element.
Result tree fragments that contain text, and the text output has been
escaped, is not supported.

The disable-output-escaping attribute is ignored when transforming to an
XmlReader or XmlWriter object."



What is the easiest way to enable this function. i use c#...



thx mate (i dont need xml output, i just want to write < ? >, and i dont
need the escaped character



thx mate
 
Wow,

i got it. If i use StringWriter, (not XmlWriter class) it is working.

thx a lot guys:)
 
Back
Top