Hi, Mark.

Thanks very much for the quick response.

Technically the value of the namespace attribute is a URI (a relative URL).
However, without the namespace prefix, everything bombs.  I have read the
link you supplied -- it was quite informative.

> <Root version="1.0" xmlns="Get - Data - Request.xsd">

I have changed this to the following:

        <Root version="1.0" xmlns:req="Get - Data - Request.xsd">

And now everything works fine.  Unfortunately, I have no control over the
prefix (:req), so unless I can convince the other company to provide a
prefix, we may be unable to proceed using Jaxen.

Sincerely,
Dave Jarvis


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
Jaxen-interest mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jaxen-interest

Reply via email to