Subject: RE: Accessing ENTITY value inside the xsl
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Fri, 22 Aug 2003 23:08:53 +0100
|
The XSLT processor only sees a tree in which all entity references have
been expanded. You can't access the entity definition or reference
directly in XSLT, only the reuslt of expanding the entity reference.
Michael Kay
> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of
> Archana Rao
> Sent: 22 August 2003 21:59
> To: XSL-List@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Accessing ENTITY value inside the xsl
>
>
> I have an entity shown below,
>
> <?xml version="1.0"?>
> <!DOCTYPE project [
> <!ENTITY USERINFO SYSTEM "./userinfo.xml" >
> ]>
>
> I want to parse it at "," and print the values how can
> this be done in my xsl.
>
> Thanks for your help,
> Archana
>
>
> __________________________________
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free, easy-to-use web site design
> software http://sitebuilder.yahoo.com
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|