[Home] [By Thread] [By Date] [Recent Entries]

  • From: John Cowan <cowan@l...>
  • To: XML Dev <xml-dev@i...>
  • Date: Wed, 05 Aug 1998 11:15:24 -0400

Ron Bourret wrote:

> 2) The above [XLF] document is not well-formed.  You need to wrap it in a container
> element such as <log-stream>.

XLF logs are external parsed entities, not documents (because the
end-tag for the root element would never get written).  To process
them, we use stub documents like this:

	<!DOCTYPE LOG-ROOT [
		<!ENTITY the-log SYSTEM "(insert log's URL here)">
	]>
	<LOG-ROOT>&the-log;</LOG-ROOT>

We assume that each log entry gets appended to the entity atomically.
 
-- 
John Cowan	http://www.ccil.org/~cowan		cowan@c...
	You tollerday donsk?  N.  You tolkatiff scowegian?  Nn.
	You spigotty anglease?  Nnn.  You phonio saxo?  Nnnn.
		Clear all so!  'Tis a Jute.... (Finnegans Wake 16.5)

xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@i...
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@i... the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@i... the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@i...)


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member