Subject: Re: xml entities
From: "Robert Koberg" <rob@xxxxxxxxxx>
Date: Mon, 19 Jun 2000 06:31:20 -0700
|
Thanks for the reply.
I had tried this and it did not work either. I am using Cocoon on linux. Is
this a limitiation of cocoon?
----- Original Message -----
From: Mike Brown <mike@xxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxx>
Sent: Sunday, June 18, 2000 10:07 AM
Subject: Re: xml entities
> > 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.
>
> XML 1.0 provides "parameter" entities for this purpose.
>
> <!ENTITY % logoid "0001">
> <!ENTITY logo SYSTEM "sections/logo/l_xx_%logoid;.xml">
>
> - Mike
> ____________________________________________________________________
> Mike J. Brown, software engineer at My XML/XSL resources:
> webb.net in Denver, Colorado, USA http://www.skew.org/xml/
>
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- xml entities, (continued)
- Robert Koberg - Sat, 17 Jun 2000 12:24:29 -0700
- Mike Brown - Sun, 18 Jun 2000 11:07:02 -0600 (MDT)
- WCB - Sun, 18 Jun 2000 16:17:14 -0700
- Jeni Tennison - Mon, 19 Jun 2000 08:16:46 +0100
- Robert Koberg - Mon, 19 Jun 2000 06:31:20 -0700 <=
- Wendell Piez - Mon, 19 Jun 2000 12:34:32 +0100
- Mike Brown - Mon, 19 Jun 2000 12:09:48 -0600 (MDT)
- Daniel Hinz - Mon, 19 Jun 2000 18:58:35 +0200
- Wendell Piez - Mon, 19 Jun 2000 12:47:29 +0100
|
|