xsl-list
[Top] [All Lists]

RE: Accessing ENTITY value inside the xsl

2003-08-22 15:08:53
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(_at_)lists(_dot_)mulberrytech(_dot_)com 
[mailto:owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com] On Behalf Of 
Archana Rao
Sent: 22 August 2003 21:59
To: XSL-List(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] 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



<Prev in Thread] Current Thread [Next in Thread>