<Foo Name="example">
<Bar Init="&Height;" />
</Foo>
this will expand so that Init = "2.0 * &Alt;", not Init = "2.0 * 1.0".
any clues what i'm doing wrong?
-SM-
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;"> ]>works fine for me with, e.g. xmllint --noent filename.xml (version here is libxml2-2.6.6-1mdk)Yeah, I doubt such a breakage would go unnoticed though the regression tests.