Subject: RE: Fixing <b>
From: naha@xxxxxxxxxx
Date: Thu, 28 Mar 2002 08:58:59 -0500 (EST)
|
Quoting Michael Kay <michael.h.kay@xxxxxxxxxxxx>:
[...]
> Actually, I think the basic problem, of processing unparsed XML data
> that
> arrives as a string, is quite a common one and can arise for some
> legitimate
> reasons. Using disable-output-escaping isn't a nice way of dealing with
> it,
> but I think one could clean up the semantics to make it workable. I'm
> thinking in terms of a facility that says "Here is some XML, represented
> as
> unparsed text containing markup characters. I want this XML copied onto
> the
> result tree. Conceptually, I want to parse the XML and copy the
> resulting
> nodes to the result tree. But if the result tree is being serialized to
> XML,
> I don't mind the processor being clever and bypassing the
> parse/serialize
> operations by copying the raw XML straight to the serial output file."
That suggests that there should be a way to bring these things in as
document fragments rather than as text. A lazy parsing mechanism
could provide the efficiency you suggest. I suppose that's much
more work for the implementor though than d-o-e is.
> That doesn't deal with the HTML variant of the problem, though ....
Alas, no.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- RE: Fixing &lt;b&gt;, (continued)
- tammy - Wed, 27 Mar 2002 06:44:48 -0500 (EST)
- naha - Wed, 27 Mar 2002 09:08:55 -0500 (EST)
- Mike Brown - Wed, 27 Mar 2002 21:56:59 -0500 (EST)
- Michael Kay - Thu, 28 Mar 2002 03:50:25 -0500 (EST)
- naha - Thu, 28 Mar 2002 08:54:20 -0500 (EST) <=
- David Carlisle - Thu, 28 Mar 2002 13:59:46 -0500 (EST)
- Mike Brown - Sun, 31 Mar 2002 23:25:12 -0500 (EST)
- tammy - Wed, 27 Mar 2002 08:38:49 -0500 (EST)
|
|