[XML-DEV Mailing List Archive Home]
[By Thread]
[By Date]
RE: [xml-dev] increment pattern for an attribute..
- From: "Michael Kay" <mike@...>
- To: "'Michael Kay'" <mike@...>,"'dave'" <ceek63@...>,<xml-dev@...>
- 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]
|