xsltTransform

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mate Visky

    xsltTransform

    hi,



    "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


  • Mate Visky

    #2
    Re: xsltTransform

    Wow,

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

    thx a lot guys:)

    "Mate Visky" <r3birth@msn.co m> wrote in message
    news:OXNr8DZZDH A.2256@TK2MSFTN GP10.phx.gbl...[color=blue]
    > hi,
    >
    >[/color]
    http://msdn.microsoft.com/library/de...sformclass.asp[color=blue]
    >
    > "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
    >
    >[/color]


    Comment

    Working...