Re: Viewing and Parsing XML files

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Hi =?Utf-8?B?SGFmZWV6IEVzbWFpbA==?=,

The Confirm Conversion on Open really did the trick....
I'm thinking there must be some tools out there (VB classes, methods) that
would greatly help me parse through this XML document and extract the items
I'm looking for....
But in the mean time, I suppose I can treat the XML document as a text file
(what a shame!) and do try it out that way.

The problem with any XML file is that the structure is arbitrary. So there's
really nothing like a "viewer" that can show you something for editing (as you
could an Excel worksheet, for example).

For "classic VB" (including VBA) you can set a reference to an MSXML library
(if nothing else, one is distributed with Office 2003) to get XML parsing
classes and methods. The .NET applications have those built-in. The Microsoft
Visual Studio "Express" editions - VB.NET Express, for example - are free
downloads.

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 17 2005)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or
reply in the newsgroup and not by e-mail :-)

.



Relevant Pages

  • Re: Understanding application security in .NET
    ... > users and pass into a database or into an XML document ... > and then parse it. ... > to treat permissions on abstract ressource. ... > to extend your XML file. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Understanding application security in .NET
    ... It's really depending if you need to store your ... users and pass into a database or into an XML document ... and then parse it. ... to extend your XML file. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • BIS/ICE & XML
    ... the other a .xml file (which I think is the resulting XML document). ... Kathy. ... Prev by Date: ...
    (comp.sys.unisys)
  • DataSet.ReadXML() and xml:stylesheet
    ... resulting XML file are to be used in a webpage with a XSL Stylesheet. ... Is there a way to allow this tag in my XML document when using ReadXML? ... The problem is that i cannot afford having an application rendering a HTML ... file that renders the html file whenever someone wants to look at the ...
    (microsoft.public.dotnet.xml)
  • Re: XML challenge!
    ... But if I do this how can I get more than one xml file into the dataset? ... > filter to the data table. ... >> results in a DataGrid control (or GridView, DetailsView, or FormView ... >> to either a custom business object or xml document, ...
    (microsoft.public.dotnet.framework.aspnet)