> > but since inside a XSLT template you can mix > > them with any, arbitrary, well-formed > > XML code, you can't validate it. > > That's untrue. Typically the XSL tags in an XSL document are prefixed > with the XSL namespace (which is one of the few namespaces which has a > default uri) -- that being the case, <xsl:template> is validated > against the schema for the the xsl namespace, whereas other tags in > the document may be unvalidated or validated against any other schema > or DTD based on their respective namespace URI's.
The XSLT 1.0 specs don't include a XSD, only a DTD: http://www.w3.org/TR/xslt#dtd You can find plenty of discussions on this topic over the web (especially on mailing list). Like this one: http://www.biglist.com/lists/xsl-list/archives/200002/msg00087.html ---------------------------- Massimo Foti Tools for ColdFusion and Dreamweaver developers: http://www.massimocorner.com ---------------------------- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:217621 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

