Lesson Learned: when designing an XML Schema, to facilitate
its use by XSLT and XPath, avoid anonymous, local element
declarations.
I generally express it as: an element should either have a global element
declaration, or a global type declaration, or both.
Michael Kay
http://www.saxonica.com/
--~------------------------------------------------------------------
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>
--~--