Re: how to parse a xml document which has a combination of XML XQuery and XPath
- From: "Mike Schilling" <mscottschilling@xxxxxxxxxxx>
- Date: Sat, 30 Aug 2008 01:15:59 -0700
beginner wrote:
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...!!!
I suspect you haven't gotten an answer because no one knows what you
mean. Perhaps you could give an example of what such a beast would
look like.
.
- References:
- Prev by Date: Re: why is Java the way it is?
- Next by Date: Re: Concurrent, persistent background process for a J2EE container
- Previous by thread: Re: how to parse a xml document which has a combination of XML XQuery and XPath
- Next by thread: Re: how to parse a xml document which has a combination of XML XQuery and XPath
- Index(es):
Relevant Pages
|