determining current element in an XmlTextWriter

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jon the Blind

    determining current element in an XmlTextWriter

    Is there a way to determine what the current open XML element is in an
    XmlTextWriter, without reading back the stream?

    Thanks.

    Jon



  • Oleg Tkachenko

    #2
    determining current element in an XmlTextWriter

    I don't think so. Instead save name of an element being
    written into a local variable.
    [color=blue]
    >-----Original Message-----
    >Is there a way to determine what the current open XML[/color]
    element is in an[color=blue]
    >XmlTextWrite r, without reading back the stream?[/color]

    Comment

    Working...