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: differentiation between text() and entities???


Actually, I don't want the &nbsp thingies to be expanded by the xml parser
and it seems that the parser is doing that.

Only that XSLT is considering that text ends before &nbsp starts, and then
considers &nbsp another text segment and whatever follows &nbsp as yet
another text segment. I just want the XSLT to consider &nbsp as a piece of
raw text. Or probably, the xml parser segments the text as such and all xslt
gets is the segmented text????

Any other suggestions?

Thanks,
Zartash


> report it as a bug is the only thing I can suggest.
> It should be impossible to detect entities in XSLT as they should
> all be expanded by the XML parser before XSLT starts processing the
> file.
>
> > Any suggestions on
> > how to force the xslt (i'm using xalan-J) to consider the
> entities as just
> > plain text???
> It is impossible to make a conforming system do anything else.
>
> David
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


 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]