This is the If statement that captures the textfrom the element

Code:
If xmlR.NodeType = XmlNodeType.Element AndAlso xmlR.Name = "CNT-VERSION-INHALT" Then
    LblVerXml.Text = xmlR.ReadElementContentAsString
End If