[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[xml] recursive entities
- From: Scott Murman <smurman nas nasa gov>
- To: xml gnome org
- Subject: [xml] recursive entities
- Date: Sat, 3 Apr 2004 16:38:08 -0800
our group would like to use recursive entity definitions, i.e.
<!DOCTYPE Scenario SYSTEM "Scenario.dtd" [
<!ENTITY Alt "1.0">
<!ENTITY Height "2.0 * &Alt;">
]>
such as example does not work with my current version of libxml2 (Alt
does not get substituted into Height). is this a restriction of the
XML standard or a limitation of the libxml2 implementation? is there
some other (preferred) way of accomplishing this? Thanks.
-SM-
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]