RE: [xsl] XML Schema Design for Effective Utilization by XSLT and XPath

Subject: RE: [xsl] XML Schema Design for Effective Utilization by XSLT and XPath
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Fri, 29 Feb 2008 14:41:10 -0000
> 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/

Current Thread