I am trying to use xmlfile on an file with namespaces I would therefore 
construct my query to look like this
 
ElementPath="//*[\[]local-name()='deployment'[\]]/*[\[]local-name()='deploymentProvider'[\]]/@codebase"
 
but I get the following error
 
ExecXmlFile:  Error 0x80004005: failed to find node: //*/*/@codebase in XML 
file: C:\Program Files\XXX\XXX.applicationMSI (s) (20!60) [19:44:10:257]: 
Product: XXX Service -- Error 25532. Failed to find node: 
//*[local-name()='deployment']/*[local-name()='deploymentProvider']/@codebase 
in XML file: C:\Program Files\XXX\XXX.application, system error: -2147467259
 
only 1 node matches that query in the file can xmlfile handle such xpath 
queries?
 
If not how is one to handle xml files that have many namespaces within them 
since there does not appear to be a way of adding namespace information into 
the xmlfile CA
 
Shaun 
_________________________________________________________________
Be one of the first to try Windows Live Mail.
http://ideas.live.com/programpage.aspx?versionId=5d21c51a-b161-4314-9b0e-4911fb2b2e6d
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to