User Profile

Collapse

Profile Sidebar

Collapse
stvnegert
stvnegert
Last Activity: Jul 19 '07, 08:31 PM
Joined: May 17 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • stvnegert
    replied to ReadOuterXml Issue
    in .NET
    I am using XmlTextReader and Outer XML is not property within this class.
    See more | Go to post

    Leave a comment:


  • stvnegert
    started a topic ReadOuterXml Issue
    in .NET

    ReadOuterXml Issue

    When I try to do the following in a vb.net application:


    [code=vbnet]
    While xtr.Read() And recordCnt < loopCount

    If xtr.NodeType = XmlNodeType.Ele ment Then
    If (xtr.Name = "Employee") Then
    recordCnt = recordCnt + 1
    strWriter = New StringWriter
    UID = ""
    strWriter.Write (xtr.ReadOuterX ml)
    Dim xdoc As New XmlDocument
    'writeObj = CreateObject("M SXML2.DOMDocume nt")...
    See more | Go to post

  • stvnegert
    started a topic ReadouterXML Issue
    in .NET

    ReadouterXML Issue

    When I try to do the following in a vb.net application:


    [code=vbnet]While xtr.Read() And recordCnt < loopCount

    If xtr.NodeType = XmlNodeType.Ele ment Then
    If (xtr.Name = "Employee") Then
    recordCnt = recordCnt + 1
    strWriter = New StringWriter
    UID = ""
    ...
    See more | Go to post

  • stvnegert
    started a topic ReadouterXML Issue
    in XML

    ReadouterXML Issue

    When I try to do the following in a vb.net application:


    [code=vbnet]While xtr.Read() And recordCnt < loopCount

    If xtr.NodeType = XmlNodeType.Ele ment Then
    If (xtr.Name = "Employee") Then
    recordCnt = recordCnt + 1
    strWriter = New StringWriter
    UID = ""
    ...
    See more | Go to post
No activity results to display
Show More
Working...