Search found 12 matches

by nithril
Thu Jun 14, 2012 11:59 am
Forum: SDK-API, Frameworks - Document Types
Topic: AuthorDnDListener - Can't get my objet
Replies: 4
Views: 3327

Re: AuthorDnDListener - Can't get my objet

Hello Radu, I work with Sebastien. Your description of our issues is right. On one side we have a plugin with a custom view. User can d&d content from the view to the author. On the other side we have a framework which handle the d&d and transform the content of the d&d according to the ...
by nithril
Tue Nov 29, 2011 11:11 pm
Forum: Feature Request
Topic: Add methods to manage the doctype content
Replies: 1
Views: 1528

Add methods to manage the doctype content

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...
by nithril
Tue Nov 29, 2011 2:27 pm
Forum: Common Problems
Topic: How to add an external entity
Replies: 4
Views: 2006

Re: How to add an external entity

That's too bad Oxygen doesn't have more features on internal subset manipulation. For schema where the internal subset is used to declare graphics, for my use case I will parse, add the new graphic and serialize the doctype manually.

Thanks again for your support!

Regads,

Nicolas
by nithril
Tue Nov 29, 2011 1:46 pm
Forum: Common Problems
Topic: How to add an external entity
Replies: 4
Views: 2006

Re: How to add an external entity

Hi Radu,

Thanks for your answer and your great support!

When debugging my program I see an obfuscated structure containing the externals entities as objects.

Do you plan to open it ? :)


Regards,
Nicolas
by nithril
Mon Nov 28, 2011 11:49 pm
Forum: Common Problems
Topic: How to add an external entity
Replies: 4
Views: 2006

How to add an external entity

Hello,

I would like to add programmaticaly an external unparsed entity to the doctype of my document.

The only way I have found seems to manipulate docType content string and construct a new AuthorDocumentType.

Is there a easiest way ? :?:

Thanks for your help!

Regards,

Nicolas
by nithril
Thu Sep 01, 2011 1:12 pm
Forum: Other Issues
Topic: Resolve image location programmaticaly
Replies: 3
Views: 1737

Re: Resolve image location programmaticaly

Hi Radu,

Thanks for your answer.


Nicolas
by nithril
Wed Aug 31, 2011 9:42 pm
Forum: Other Issues
Topic: Resolve image location programmaticaly
Replies: 3
Views: 1737

Re: Resolve image location programmaticaly

I may have solved my problem. I have create a new StylesFilter where I set dynamically the mixed content with a custom URIContent. I extract the icn nodes to construct the filename.

I wonder if there can be performance issue :?:
by nithril
Wed Aug 31, 2011 7:19 pm
Forum: Other Issues
Topic: Resolve image location programmaticaly
Replies: 3
Views: 1737

Resolve image location programmaticaly

Hello, I have a DTD (a S1000D DTD) which declare graphics prior to use their in the content : <!-- declaration --> <icns> <icn id="icn1"> <icn-c> <modelic>AAAA</modelic> <sdc>A</sdc> <chapnum>00</chapnum> <section>0</section> <subsect>0</subsect> <subject>00</subject> <manualcode>MM</manua...
by nithril
Wed Aug 17, 2011 2:15 pm
Forum: Feature Request
Topic: More than one CUSTOM view (SDK)
Replies: 6
Views: 2743

Re: More than one CUSTOM view (SDK)

Hi Nicolas, My post was quite old, Oxygen 12.2 (+ SDK) is already available, we are getting close to releasing Oxygen 13 so you can test the new functionality right away. Regards, Radu Sorry for the delay I forgot to enable email notification. Ironically I open this post to past it to a colleague i...
by nithril
Wed Aug 17, 2011 1:55 pm
Forum: Feature Request
Topic: More than one CUSTOM view (SDK)
Replies: 6
Views: 2743

Re: More than one CUSTOM view (SDK)

Great news! It will simplify development.

Regards,

Nicolas
by nithril
Tue Mar 01, 2011 5:00 pm
Forum: Feature Request
Topic: More than one CUSTOM view (SDK)
Replies: 6
Views: 2743

Re: More than one CUSTOM view (SDK)

Hi Radu,

Thanks for your answer. I will test it. :)

Regards,

Nicolas
by nithril
Sun Feb 27, 2011 10:43 am
Forum: Feature Request
Topic: More than one CUSTOM view (SDK)
Replies: 6
Views: 2743

More than one CUSTOM view (SDK)

Hello,

I want to create more than one custom view which will contains differents domains of the same business logic.

I'm not able with the current SDK to add more than one custom view.

Do you plan to add this type of feature ?

Regards,

Nicolas