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



Sebastian Rahtz <sebastian.rahtz@computing-services.oxford.ac.uk> wrote:
> I see Xalan has an option
>
>   [-E (Do not expand entity refs)]

-E tells the parser to not expand entity refs in the source & stylesheet
trees, and presents the source tree entity refs to the stylesheet as a node
().  It is only a semi-supported feature, isn't very well thought out
(since I put the feature in, I can say this), doesn't work very well, and
is probably a bad idea (but useful for a few limited situations).  I would
recommend that people not take advantage of this option.

-scott



 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]