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]

Re: This can't be right, XML with no root element: Saxon & XT vs. Xalan



> When do you use external parsed entities with plain text?

never. only with XML, it's just that they are not complete XML
documents, just fragments (which are included into whole documents by
entity reference). But they should always be parsed by an XML parser
(hence the name).

> Do all
> external parsed entities have to have the declaration,

No, as utf8 or utf16 don't have to be declared.

>  so you cannot
> read in a simple ASCII file, for example?

That's true. XML (unlike SGML) decided that all external entities were
parsed as XML.

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]