Add methods to manage the doctype content
Posted: Tue Nov 29, 2011 11:11 pm
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.
Methods that will help in this task would be welcome.
Regards,
Nicolas
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"/>

Regards,
Nicolas