<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.Section1
        {page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=FR link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><span lang=EN-CA>Hello,<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-CA><o:p> </o:p></span></p>

<p class=MsoNormal><span lang=EN-CA>I’m having some problem using
xmerl_xpath on a document having namespaces. I’m not sure I fully
understand how all of this work and the problem should not come from
xmerl_xpath, but from my misunderstanding of xml, namespace, xpath…<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-CA>It seems that with xpath, it’s
mandatory to give the namespace.<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-CA><o:p> </o:p></span></p>

<p class=MsoNormal><span lang=EN-CA>For instance, in a document like this:<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-CA style='font-family:"Courier New"'><o:p> </o:p></span></p>

<p class=MsoNormal><span lang=EN-CA style='font-family:"Courier New"'><xs:schema
attributeFormDefault="qualified"
elementFormDefault="qualified"
       <o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-CA style='font-family:"Courier New"'>                        
targetNamespace="<a
href="http://schemas.microsoft.com/2003/10/Serialization/">http://schemas.microsoft.com/2003/10/Serialization/</a>"><o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-CA style='font-family:"Courier New"'> 
<xs:simpleType name="char"><o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-CA style='font-family:"Courier New"'> 
    </span><span style='font-family:"Courier New"'><xs:restriction
base="xs:int"/><o:p></o:p></span></p>

<p class=MsoNormal><span style='font-family:"Courier New"'>  </xs:simpleType><o:p></o:p></span></p>

<p class=MsoNormal><span style='font-family:"Courier New"'> 
<xs:element name="duration" nillable="true"
type="tns:duration"/><o:p></o:p></span></p>

<p class=MsoNormal><span style='font-family:"Courier New"'> 
<xs:simpleType name="duration"><o:p></o:p></span></p>

<p class=MsoNormal><span style='font-family:"Courier New"'>     
<xs:restriction base="xs:duration"><o:p></o:p></span></p>

<p class=MsoNormal><span style='font-family:"Courier New"'>         
</span><span lang=EN-CA style='font-family:"Courier New"'><xs:pattern
value="\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?"/><o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-CA style='font-family:"Courier New"'>             
<xs:minInclusive value="-P10675199DT2H48M5.4775808S"/><o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-CA style='font-family:"Courier New"'>             
<xs:maxInclusive value="P10675199DT2H48M5.4775807S"/><o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-CA style='font-family:"Courier New"'> 
    </xs:restriction><o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-CA style='font-family:"Courier New"'> 
</xs:simpleType><o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-CA style='font-family:"Courier New"'> 
<xs:element name="guid" nillable="true"
type="tns:guid"/><o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-CA style='font-family:"Courier New"'></xs:schema><o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-CA style='font-family:"Courier New"'><o:p> </o:p></span></p>

<p class=MsoNormal><span lang=EN-CA>If I want to get all “element”
attributes, I need to do a query like <o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-CA style='font-family:"Courier New"'>xmerl_xpath:string("//xs:simpleType",
X)<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-CA>Is there a way to not having to give the
namespace in the query ??<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-CA>Another related question is the usage of
{namespace, …} option in the query. What is it’s usage ? A tried
something like this<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-CA style='font-family:"Courier New"'>xmerl_xpath:string("//simpleType",
X, [{namespace,  X#xmlElement.namespace}]).<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-CA>Hoping for a miracle… Of course, no
miracle :-)<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-CA>I don’t understand what do this
option.<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-CA><o:p> </o:p></span></p>

<p class=MsoNormal><span lang=EN-CA>My problem is that I get different schema
“element”s, which are in two different namespaces. I can’t
see how to retrieve them using xpath.<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-CA>One namespace is declared in the root
element, so I can get it’s definition and add the namespace manually when
building the query, but in the case above, the namespace is defined in the
schema node itself, so I can’t get it.<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-CA><o:p> </o:p></span></p>

<p class=MsoNormal><span lang=EN-CA>If anybody can give me some highlight or pointers,
this would help me a lot ! :-)<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-CA><o:p> </o:p></span></p>

<p class=MsoNormal><span lang=EN-CA>Thanks<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-CA>Denis<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-CA><o:p> </o:p></span></p>

<p class=MsoNormal><o:p> </o:p></p>

</div>

</body>

</html>