The schema has
trigger =
element trigger {
attribute ns { xsd:string },
attribute nameList { list { xsd:NCName } }
}
which implies that nameList is ... a list of one item?
trigger =
element trigger {
attribute ns { xsd:string },
attribute nameList { list { xsd:NCName+ } }
}
might be more appropriate if it is indeed a list of NCNames?
Can the nameList attribute be a list of element local-name() ?
7.3 says ... one of the tokens specified by the nameList attribute of t.
regards
-- Dave Pawson XSLT XSL-FO FAQ. http://www.dpawson.co.uk -- DSDL comments To unsubscribe, please send a message with the command "unsubscribe" to dsdl-comment-request@dsdl.org (mailto:dsdl-comment-request@dsdl.org?Subject=unsubscribe)Received on Tue Feb 27 16:13:04 2007
This archive was generated by hypermail 2.1.8 : Tue Feb 27 2007 - 15:43:02 UTC