> Looking at the following XML fragment.
>
> <S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/";>
>   <S:Body>
>      <VehicleInformation xmlns="urn:description6.kp.chrome.com">
>         ... a lot of nodes I am not interested in ...
>         <standards>
>
> What namespace is the 'standards' node in and how would you reference it
> in an xpath syntax for an xmlSearch() function?  I'm trying to
> understand namespaces betters so I am looking for a specific fully
> qualified reference, not just the get it work solution of using the
> local-name() xpath function.

It's in the default namespace, as defined (if it's defined at all) in
the root element:

xmlns="http://someNSUrl/";

I'm pretty sure you'll need to use local-name to get to this, though;
dealing with namespaces from CF isn't all that easy.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:327677
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to