User Profile
Collapse
-
I am using XmlTextReader and Outer XML is not property within this class. -
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")... -
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 = ""
... -
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 = ""
...
No activity results to display
Show More
Leave a comment: