Re: extremely simple xml parser?

From: Mike (mikee_at_mikee.ath.cx)
Date: 06/18/04


Date: Fri, 18 Jun 2004 12:40:16 -0000

In article <10d5m27tpi60413@corp.supernews.com>, Mike wrote:
> In article <10d3trjd7jvd3a5@corp.supernews.com>, Mike wrote:
>> Does someone have a class to do this? I'm not thinking
>> of examining DTD's off the net or trying to validate
>> the XML contents of a file. I just want something to
>> read the file in and give me the parsed contents when
>> I ask for it.
>>
>> Mike
>
> Thanks for the suggestions. Here is what I wrote last night.
> It works with my two test cases... I need to test it more.
>

Just remembered that I didn't finish last night. Though the
parsing works with my test cases, I still need to add methods
for retrieving the data and possibly for writing the data
back to an xml file.

Mike



Relevant Pages

  • Re: ClickOnce issues and questions...
    ... Mike: Hmm... ... SourceSafe's 'share' to share the XML file between projects. ... included with the project within the base GUI - i.e. other DLLs ...
    (microsoft.public.dotnet.framework.setup)
  • Re: HELP! New to XML - simple solution needed
    ... Thanks Mike for your reply. ... Dim tw As XmlTextWriter ... Lindy ... >> I need to create an XML file with the following lines: ...
    (microsoft.public.dotnet.general)
  • Re: How to export at DTS to XML
    ... You could easily script some ADO in a DTS package which will allow you to ... output a recordset to an XML file. ... Mike ...
    (microsoft.public.sqlserver.dts)
  • Re: read XML nodes
    ... "Mike" wrote in message ... I have a XML file and i need to get the data of particular nodes ... <myXML> ... I can create the XML on the fly with my tag names but how can ...
    (microsoft.public.dotnet.languages.vb)
  • Re: need some XML help
    ... "Mike" schrieb ... >I have an xml file such as ... Hi Mike, ... Dim doc As XmlDocument = New XmlDocument ...
    (microsoft.public.dotnet.languages.vb)