Search found 4 matches

by B_Back
Thu Jul 09, 2020 9:28 am
Forum: Other Issues
Topic: Support for editing legacy SGML
Replies: 1
Views: 1158

Support for editing legacy SGML

Is there any plugin/addon that supports the editing and validating of legacy SGML files (and DTDs)? i.e. DTDs like this one here: <!ELEMENT mail - - (head,body)> <!ELEMENT head - O ((to & fr) & sb?)> <!ELEMENT body - O (#PCDATA)> <!ELEMENT to - O (#PCDATA)> <!ELEMENT fr - O (#PCDATA)> <!ELEM...
by B_Back
Fri Mar 27, 2020 9:14 am
Forum: XHTML
Topic: Extend ImageMapEditor for XML files
Replies: 4
Views: 4698

Re: Extend ImageMapEditor for XML files

Hi,

thank your for your explanations. I'll try that and report back here if I need some advice again (or if I have solved my issue).

Best regards!
by B_Back
Fri Mar 20, 2020 3:21 pm
Forum: XHTML
Topic: Extend ImageMapEditor for XML files
Replies: 4
Views: 4698

Re: Extend ImageMapEditor for XML files

Thx for your reply, Radu! That helps alot! Soas far as I understand, the only thing preventing me to implement a fully working XML ImageMapEditor is the limitation of the SupportedFrameworks enum, isnt it? I looked into the source code of the other classes and think that I could make the needed adju...
by B_Back
Thu Mar 19, 2020 3:32 pm
Forum: XHTML
Topic: Extend ImageMapEditor for XML files
Replies: 4
Views: 4698

Extend ImageMapEditor for XML files

I want to use the ImageMapEditor functions, which work for XHTML files, also in my XML files. The XML files use a similar (not identical) way of describing image maps. So I have to make some changes to this functionality. What do I have to do to create such a custom extension? Which classes do I hav...