Re: include text file

Subject: Re: include text file
From: Mike Brown <mike@xxxxxxxx>
Date: Wed, 15 Nov 2000 13:33:40 -0700 (MST)
Eric van der Vlist wrote:
> You can't include a text document like this.
> But you can write a simple parser to parse a text document and return
> SAX events corresponding, for instance, to
> <document>
> <line>....</line>
> .../...
> </document>
> 
> I am using such a simple parser (~ 20 java lines) that I can post if it
> helps.

Yes, post it, if it's that short.

Has anyone done this kind of thing with non-well-formed HTML? I mean, if
even non-well-formed HTML can be parsed into a DOM, and a DOM can be used
as input to an XSLT processor, it seems to follow that an extension
function like foo:html-document() would be feasible as an analog to the
explicitly XML-specific document() function. You wouldn't even need a DOM
to do it. Having such an extension function would alleviate a very common
source of frustration among people trying to generate composite HTML
documents.

   - Mike
____________________________________________________________________
Mike J. Brown, software engineer at         My XML/XSL resources:
webb.net in Denver, Colorado, USA           http://www.skew.org/xml/


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


Current Thread