This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Entities within my stylesheet.


> ERROR: The element 'xsl:stylesheet' is used but not declared in the
> DTD/Schema.

as I said in response to your first msg:


  However that is a validity error not a well formedness error which
  implies you are using a validating parser, this is rarely a good idea
  on an xslt stylesheet as it will force you to declare all the elements
  and attributes as well as the entity values.


You are using a validating parser so it expects to see a full dtd
defining every element and attribute in your stylesheet. you can tell 
msxml not to validate by setting 
zzzz.validateOnParse=false;
where zzzz is your xmldocument thingy.

If you do that though it will work even if you have stylesheet not
xsl:stylesheet in the doctype.

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]