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]

xml entities


sorry if this is off topic... I am trying to get external entities to be
styled by  xsl but I am running into a basic problem.

I am wondering if someone can tell me how to do something like:
<!DOCTYPE apage[
    <!ENTITY logoid "0001">
    <!ENTITY logo SYSTEM "sections/logo/l_xx_&logoid;.xml">
]>

where the first entity defines a "variable" for the next entity.  This does
not work as is, but if I take out SYSTEM it will give me the correct string.
IS there a way to put variable information into a SYSTEM entity?


 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]