bueno tengo este archivo xml
Código
<?xml version="1.0" encoding="utf-8"?> <Language Name="VB.NET"> <Scope start="Namespace" End="End Namespace"/> <Scope start="#Region" End="#End Region"/> <Scope start="Class" End="End Class"/> <Scope start="Interface" End="End + (Iterface)"/> <Scope start="Sub" End="End Sub"/> <Scope start="Function" End="End Function"/> <Scope start="Property" End="End Property"/> <Scope start="Get" End="End Get"/> <Scope start="Set" End="End Set"/> <Coment start="'" End=""/> <Keywords>AddHandler AddressOf Alias And AndAlso Ansi As Assembly Auto Boolean ByRef Byte ByVal Call Case Catch CBool CByte CChar CDate CDec CDbl Char CInt Class CLng CObj Const CShort CSng CStr CType</Keywords> <Constants>VbCrLf VbCr VbLf</Constants> <Operators> <Pattern Text="." /> <Pattern Text="!" /> <Pattern Text=":" /> <Pattern Text="^" /> <Pattern Text="*" /> <Pattern Text="/" /> <Pattern Text="+" /> <Pattern Text="-" /> <Pattern Text="=" /> <Pattern Text=";" /> <Pattern Text="|" /> <Pattern Text="\" /> <Pattern Text=">" /> <Pattern Text="<" /> </Operators> </Language>
Mi pregunta es Como lo leo???
Lo mas importante es la parte de arriba los scope
Les agrezco mucho toda la ayuda disponible