Hi,

I have a JSP file which fetches XML from a web service and parses
accordingly.  The response XML document has elements with prefixes in them,
like:

...
<gml:name>Biggar</gml:name>
...

When I try to access this, i.e.:

<x:out
select="$doc/PostalCodeLookup/PostalCodeResultSet/PostalCode/gml:name"/>

..no value is present.  This behaviour works fine with xpaths with no tags
containing prefixes, of course.

Any idea how to get this working with tags containing prefixes?

Thanks alot

..Tom

=========================
Tom Kralidis
Systems Scientist
Environment Canada
Tel: +01-905-336-4409
http://www.ec.gc.ca/cise/
========================= 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to