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: include text file


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

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