Jo men jeg skal jo læses indholdet på en smart måde. Lige nu gør jeg sådan her: Dim reader As New System.Xml.XmlTextReader("c:\restancesap38.xml") Dim content As String = " "
While reader.Read() reader.MoveToContent() If reader.NodeType = Xml.XmlNodeType.Text Then content = content & reader.Value End If
If reader.NodeType = Xml.XmlNodeType.EndElement Then If reader.Name = "ZBAPIRESTANCE" Then Console.WriteLine(content) content = " " End If End If End While
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.