target wrote:
I have a "xml1" datafile defined by a "schema1" an a
"stylesheet1" to display it as HTML. this works all
fine and is valid.
<xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xsi="schema1.xsd" exclude-result-prefixes="xsi"
version="1.0">
Don't forget XSLT 1.0 know nothing about schemas, and what you do
with "schema1.xsd" above is declaring a namespace prefix "xsi" bound to
the URI "schema1.xsd".
Depending on the namespaces used in your source tree, the output may
be or not what you expected.
--drkm
___________________________________________________________________________
Nouveau : téléphonez moins cher avec Yahoo! Messenger ! Découvez les tarifs
exceptionnels pour appeler la France et l'international.
Téléchargez sur http://fr.messenger.yahoo.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>
--~--