xml question

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

    #1

    xml question

    Hello all...
    I have a large xml file that holds column definitions and text file data
    offsets for the columns...
    my question is....the best way to work with the xml

    use the xml class as is or load the node values into a class defined for
    that xml

    thanks
    Dave


  • sloan

    #2
    Re: xml question


    As already stated:

    1. XmlReader is probably your lightest weight object.

    2. Xml to Xml Transformation
    http://sholliday.space s.live.com/Blog/cns!A68482B9628 A842A!148.entry

    3. (not yet stated)


    That is a pretty cool trick.


    4. Other. There is always something else.


    I like #3, because it takes the shortest amount of time to have an object
    model.

    But it depends on the source Xml. So that can change the way you view the
    solution







    "DaveP" <dvs_bis@sbcglo bal.netwrote in message
    news:XAQui.4488 1$Um6.30942@new ssvr12.news.pro digy.net...
    Hello all...
    I have a large xml file that holds column definitions and text file data
    offsets for the columns...
    my question is....the best way to work with the xml
    >
    use the xml class as is or load the node values into a class defined for
    that xml
    >
    thanks
    Dave
    >

    Comment

    Working...