Community
Participate
Working Groups
Created attachment 201953 [details] cache-config.dtd Use the attached cache-config.dtd Add the following to see the output: final XmlDocumentSchema schema2 = DtdParser.parseFromString( loadResource( "cache-config.dtd" ) ); System.out.println(schema2.toString()); Notice that caching-schemes = choice [1:-1] is missing 6 schemes from standalone-caching-scheme. Ram's bug Bug 12898040 and Bug 12898156
Please look into this.
This is caused by nested %entity-name;. Needed multiple passes at entity string substitution. Now it makes sense insertion order works for me, but not Ram.
Make sure not to forget to merge to 0.4 stream.
verified
Closed.