XML Reference in VB
Hi,
If i have to work with XML in VB, what is the reference/Components that
i have to include in VB Application ??
While i am trying to compile my code, it is saying that "Dim xd As New
Xml.XMLDocument" not defined.
.
Relevant Pages
- Re: XML Reference in VB
... > Microsoft XML ... > Microsoft XML, version 2.0 ... Dim doc as MSXML2.DomDocument ... (comp.lang.basic.visual.misc) - Re: How to Read XML File
... Dim _xmlDocument As Xml.XmlDocument ... > data from a xml file & show it in textboxs. ... Prev by Date: ... (microsoft.public.dotnet.languages.vb) - RE: using myXslDoc.Transform
... and xml file ... Dim strXML As String = SqlHelper.ExecuteScalar(cn, ... ' get xsl file from database and load xsl file ... (microsoft.public.dotnet.xml) - RE: ASP.Net app cannot read XML with Anonymous Authentication disabled
... ASP.Net app cannot read XML with Anonymous Authentication ... | Dim ProjReader As XmlReader = Nothing ... | Dim ProjURL As String = Session ... | 'Get XML Data for Projector and load in Projector Dropdown ... (microsoft.public.dotnet.framework.aspnet.security) - RE: using myXslDoc.Transform
... 'get xml file from the database and load xml file ... Dim strXML As String = SqlHelper.ExecuteScalar(cn, ... the transform can be applied as usual. ... (microsoft.public.dotnet.xml) |
|