Program design question
I have an XML file that I am using to hold some rules for downloading files
from an AS400.
I can parse these rules and read them into a vector - I now want to
reference that vector at a higher level.
Do I have to serialise it and read it back. The problem I have is that the
vector is built in an event handler which is passed to the parser as an
argument - how do I get to that vector..
Thanks
KP
.
Relevant Pages
- Strange performance behavior of IXMLDOMNode>>text in DPRO 5.1.4
... I have come a quite a way in building my own framework to parse a particular XML file (that contains information about audio tracks). ... After some more experimentation I also found that the bigger the XML file was, the longer each method execution took, even if it was for the same node at the same position. ... (comp.lang.smalltalk.dolphin) - RE: Bug in MSXML / XML Parser .Net
... > I have a problem parsing XML file using XSLT stylesheet by using: ... > System.Xml.XPath.MethodOperand.SetXsltContext(XsltContext context) ... > When I use XMLSpy to parse the XML using MSXML 4 processor it works perfect. ... (microsoft.public.dotnet.xml) - Re: How to get data from txt file into table of word template thro
... XLST file to transform the XML file into the output you need? ... I have a word document which has a lot of tables ... There's no way to answer the question about whether VBA is the best ... For the XML data source file, you said Word can parse it by itself. ... (microsoft.public.word.vba.general) - map and BYTE[]
... I need to parse a XML file that describes a smart card file structure ... CDataIndex(int nSFID, int nRecNo, int nOffset, int size) { ... (comp.lang.cpp) - xml to sql thru an object
... i need to parse an xml file and insert the values into mssql, ... Prev by Date: ... (microsoft.public.dotnet.languages.csharp) |
|