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: feature request


Eric van der Vlist writes:
 > The problem comes when you use external entities as a way to write
 > modular XML files.
 > 
...
 > &chap1;
 > &chap2;
 > &chap3;
 > &appa;
 > &appb;

so better to write <link embed="yes" target="chap1.xml"/> (making up
markup as I go along), and not use entities. Then you can control the
expansion in XSL. There are other issues, worrying about searching
across the entire flattened tree, which will are amusing to consider,
of course. XSLT "node-set" extensions would come in handy there.

 > To workaround this, I have stopped using these kind of constructs to use
 > either the xt:document extension which is not portable.

as an aside, I think the extension is so fundamental, I have stopped
caring about whether its portable. I just won't use a processor which
does not have such an extension....

Sebastian


 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]