Hello Group, how can I read an entity value with ECMAscript? If there is
<!ENTITY foo "bla">
this should give "bla":
document.doctype.entities.getNamedItem("foo").firstChild.nodeValue
But this doesn't work in Batiks ECMAscript.
thanks in advance
Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
