OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[xml-dev] XML URL parsing




I need to parse the contents of an XML message that is being passed from an Oracle app. to a servlet that I am designing. The form of the message that I need to parse looks like this:
                                                   http://<server>:<port>/<servlet>?XMLmsg=<initialize> ... </initialize>

I need to get 768 out of this <param name=product_id>768</param> which is inside the <initialize> tag.

Any help would be greatly appreciated.


Paul Reh