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.


     

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:327674
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