Add methods to manage the doctype content

Are you missing a feature? Request its implementation here.
nithril
Posts: 12
Joined: Sun Feb 27, 2011 10:30 am

Add methods to manage the doctype content

Post by nithril »

Hello,

Actually the only method to modify the doctype content is
ro.sync.ecss.ue.AuthorDocumentControllerImpl.setDoctype(AuthorDocumentType)


Where AuthorDocumentType is constructed with the internal subset as a String. There is no method to extract or add external entity to the doctype content.

Some schema (like S1000D one) referenced illustrations as external unparsed entity.

Code: Select all

<!ENTITY external_ent SYSTEM...>
...
<graphic boardno="external_ent"/>
Methods that will help in this task would be welcome. :)

Regards,

Nicolas
Radu
Posts: 9059
Joined: Fri Jul 09, 2004 5:18 pm

Re: Add methods to manage the doctype content

Post by Radu »

Hi Nicolas,

Adding unparsed entity declarations is indeed one of the most frequent use cases for modifying the internal DTD declaration.
We'll consider your improvement request for a future Oxygen version.

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply