[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
RE: [xml-dev] increment pattern for an attribute..
- From: "Michael Kay" <mike@saxonica.com>
- To: "'Michael Kay'" <mike@saxonica.com>,"'dave'" <ceek63@yahoo.com>,<xml-dev@lists.xml.org>
- Date: Tue, 6 Nov 2007 09:44:13 -0000
> ...
> <xs:assert test="e1[1]/@val=20 and
> every $e in e1[position()>1] satisfies $e/@val =
> $e/preceding-sibling::e1/@val + 1"/> </xs:complexType>
That should be
> <xs:assert test="e1[1]/@val=20 and
> every $e in e1[position()>1] satisfies $e/@val =
> $e/preceding-sibling::e1[1]/@val + 1"/> </xs:complexType>
^^^
Michael Kay
http://www.saxonica.com/
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]