I want to use entities in a cfg file. The following code should work for XML documents:
<!DOCTYPE datacapture SYSTEM "datacapture5.0.dtd" [
<!ENTITY test "test">
]>
When trying to use the entity (&test

, it does not result in any output.
Does anyone know if this is an issue with Interwovens implementation or if there is some way to solve this?