FEATURE REQUEST XmlTextReaderWriter

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Guest's Avatar

    #1

    FEATURE REQUEST XmlTextReaderWriter

    Hi,

    XmlTextReaderWr iter as I would like to be able to modify an XML value
    inplace of an existing file which would require both read and write
    operations.

    I want to be able to modify like I would a .INI file, inplace. So I can
    say something like update this node from this value to this value but I dont
    want to have to read in all the nodes and values and then rewrite them all.

    Thanks


  • arachno

    #2
    Re: FEATURE REQUEST XmlTextReaderWr iter

    yea, thats will be nice ;) will be great if it's will support huge files,
    something counted in hundreds megabytes...


    Comment

    • Anders Borum

      #3
      Re: FEATURE REQUEST XmlTextReaderWr iter

      You might want to take a look at .NET v2.0. As far as I've understod,
      they've enhanced System.Xml with a set of new classes to accomodate tasks
      such as yours. That is, a forward only high performance reader with the
      option of changing values along the way ..

      Might want to take a look at the PDC stuff!

      --
      venlig hilsen / with regards
      anders borum
      --


      Comment

      • arachno

        #4
        Re: FEATURE REQUEST XmlTextReaderWr iter

        yea, it's will be interesting. ;)


        Comment

        • Guest's Avatar

          #5
          Re: FEATURE REQUEST XmlTextReaderWr iter

          Oh good, this will greately simplify things.



          "arachno" <shemeshNOSPAM@ kipr.net> wrote in message
          news:brkb6u$4bm 6b$1@ID-155519.news.uni-berlin.de...[color=blue]
          > yea, it's will be interesting. ;)
          >
          >[/color]


          Comment

          • Guest's Avatar

            #6
            Re: FEATURE REQUEST XmlTextReaderWr iter

            Where can I find the Class reference for this?

            Would it be on longhorn.msdn.m icrosoft.com?



            <discussion@dis cussion.microso ft.com> wrote in message
            news:ONvZ3ywwDH A.2708@TK2MSFTN GP09.phx.gbl...[color=blue]
            > Oh good, this will greately simplify things.
            >
            >
            >
            > "arachno" <shemeshNOSPAM@ kipr.net> wrote in message
            > news:brkb6u$4bm 6b$1@ID-155519.news.uni-berlin.de...[color=green]
            > > yea, it's will be interesting. ;)
            > >
            > >[/color]
            >
            >[/color]


            Comment

            Working...