You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/04/20 02:39:55 UTC

DO NOT REPLY [Bug 8322] - XPath position and last functions

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8322>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8322

XPath position and last functions





------- Additional Comments From fontana@netw.it  2002-04-20 00:39 -------
I didn't wrote a valid xml 
I missed to close a node

<?xml version="1.0"?>
<root>
  <nodo name="A">
    <descr>A</desc>
  </nodo>
  <nodo name="B">
    <descr>B</descr>
  </nodo>
  <nodo name="C">
    <descr>C</descr>
  </nodo>
</root>

Sorry
Christian Fontana