xsl-list
[Top] [All Lists]

Re: [xsl] Puzzling ambiguous match

2011-01-19 06:39:58
On 19/01/2011 12:06, Wolfgang Laun wrote:
If XPath 1.0 compatibility mode is on, the node (<p>) is to be
converted to xs:string. According to the documents, this results in
the string-value of<p>  and this " must be the concatenation of the
string-values of all its Text Node descendants". But<p>  has no text
nodes in it.

The string value of the <p> node shown is "Jemandem das Recht geben, etwas zu tun" plus some whitespace

("to give someone the right to do something" - I wonder what the word being defined is?)


<p rsidR="001E130F" rsidRPr="00527737" rsidRDefault="00527737" rsidP="00527737">
   <pPr>
     <pStyle val="ListBullet"/>
     <numPr>
       <ilvl val="0"/>
       <numId val="0"/>
     </numPr>
   </pPr>
   <r rsidRPr="00527737">
     <t>Jemandem das Recht geben, etwas zu tun</t>
   </r>
</p>



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--