Re: how to parse a xml document which has a combination of XML XQuery and XPath



I am repeating my question again:
Using a XML parser (DOM/SAX or whatever) I can parse any XML document
and process on that, but it needs a well-formed input XML as input..

What if I want to parse a (XML + XQuery + Data) document using
Java...!!!
What I am trying to find out is whether we can parse a document which
has a combination of (XML + XQuery + Xpath + data)...

Coz... here we don't have a formatted XML doc.... But a combination of
all...!!!
.



Relevant Pages

  • Re: Sending existing XML document to a document-literal web servic
    ... So the WSDL defines a type ... I don't want to parse the existing document and load the productOrderType ... My understanding is that you can use XmlSerializer to read the XML document ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Re: XML editor using MFC
    ... add elements to the tree control. ... XML tree is represented by an HTREEITEM. ... except for the CDATA stuff which is a real pain to parse. ... Error recovery: simplest form, when you find an error, throw a CException-derived class, ...
    (microsoft.public.vc.mfc)
  • Parsing XML data as it arrives from LWP call
    ... I am trying to improve the performance of a Perl application that uses LWP ... I would like to parse the resulting XML data as it's being returned as ... Build request XML input parms ...
    (comp.lang.perl.modules)
  • Re: Logfile analysing with pyparsing
    ... You can parse it just once, you just have to setup your data structure ... I inferred this from your XML. ... But looking through the logfile is a time consuming process. ...
    (comp.lang.python)
  • Re: How to get data from txt file into table of word template thro
    ... For the XML data source file, you said Word can parse it by itself. ... but if it's XML why bother with VBA? ... As the data info in the txt.file is not in standard table format, ...
    (microsoft.public.word.vba.general)