Search found 9018 matches

by Radu
Mon Jun 04, 2012 8:46 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Error in DITA to PDF
Replies: 10
Views: 6927

Re: Error in DITA to PDF

Hi, XEP has a configuration file called something like xep.xml . In it you can add properties which make it more robust when it comes to handling XSL-FO files: http://services.renderx.com/lists/xep-support/6737.html So adding this property to it: <option name="VALIDATE" value="false&q...
by Radu
Fri Jun 01, 2012 4:37 pm
Forum: General XML Questions
Topic: Create and Update the DOCTYPE, and the ENTITY part in an Xml Document.
Replies: 2
Views: 2082

Re: Create and Update the DOCTYPE, and the ENTITY part in an Xml Document.

Hi Sébastien, We have some API like: ro.sync.ecss.extensions.api.AuthorDocumentController.getDoctype() which would allow you to get the DOCTYPE of the current XML file opened in the Author page. We also have this API method which would allow you to set the DOCTYPE back to the XML: ro.sync.ecss.exten...
by Radu
Fri Jun 01, 2012 4:16 pm
Forum: Other Issues
Topic: Highlight certain Tags in the XMLEditor
Replies: 2
Views: 1462

Re: Highlight certain Tags in the XMLEditor

Hello Simon, For the Author page we have this API method: ro.sync.exml.workspace.api.editor.page.author.WSAuthorEditorPageBase.getHighlighter() which would allow you to add a highlight between certain offsets (the hovered AuthorNode's start and end offsets for example) with a certain painter. As a p...
by Radu
Fri Jun 01, 2012 3:18 pm
Forum: XSLT and FOP
Topic: fop-pdf-images in DITA transformation
Replies: 6
Views: 3552

Re: fop-pdf-images in DITA transformation

Hi Mateus, The Oxygen Author page does not yet support rendering PDF images. We'll try to address this limitation in a future version. In the meantime if all your images are PDF I could give you some hints about changing the CSS used for rendering DITA topics in the Author page to at least avoid sho...
by Radu
Fri Jun 01, 2012 9:14 am
Forum: SDK-API, Frameworks - Document Types
Topic: Add JComponent to oxygen by Framework
Replies: 4
Views: 3679

Re: Add JComponent to oxygen by Framework

Hi Sébastien,

No, sorry, only a workspace access plugin extension can add a custom view.
So you will need to distribute to the clients both the custom plugin and the custom framework.

Regards,
Radu
by Radu
Thu May 31, 2012 5:37 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Add JComponent to oxygen by Framework
Replies: 4
Views: 3679

Re: Add JComponent to oxygen by Framework

Hi Sébastien,

Only a WorkspaceAccessPluginExtension can add additional global views and toolbars to Oxygen + modify the main menu.

What would be the advantage for you to be able to customize a view from a framework? Could you elaborate on your usecase?

Regards,
Radu
by Radu
Thu May 31, 2012 11:09 am
Forum: General XML Questions
Topic: How to have pictures and bullets list inserted in task-type dita file?
Replies: 4
Views: 4277

Re: How to have pictures and bullets list inserted in task-type dita file?

Hi,

I do not quite understand the situation, maybe pasting some sample DITA content would help.
From what I understand the DITA Task is too restrictive for your needs. Maybe then you should just create a DITA topic which contains inside an ordered list.

Regards,
Radu
by Radu
Mon May 28, 2012 5:12 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: images not copied correctly during xhtml generation
Replies: 2
Views: 2435

Re: images not copied correctly during xhtml generation

Hi Richard, The DITA OT indeed has many problems when it comes to generating XHTML-based output from DITA Maps which reference content outside of their source folder: http://www.oxygenxml.com/forum/topic5244.html Usually my suggestion is to have all published DITA Maps in a top folder so that all re...
by Radu
Mon May 28, 2012 2:28 pm
Forum: Other Issues
Topic: Applet having validation exceptions
Replies: 3
Views: 1428

Re: Applet having validation exceptions

Also, if you could enable the Java console and send us the entire contents of the console to support@oxygenxml.com this could help us further in finding out the problem.

Regards,
Radu
by Radu
Mon May 28, 2012 2:28 pm
Forum: Other Issues
Topic: Applet having validation exceptions
Replies: 3
Views: 1428

Re: Applet having validation exceptions

Hi, It's as if the Schematron rules which are applied when a DITA topic is validated are applied using an older XML parser than the one which comes with the applet. The applet comes with a bunch of library references, among which the reference to the Xerces library: <jar href="lib/oxygen-xerces...
by Radu
Fri May 25, 2012 4:45 pm
Forum: Other Issues
Topic: Brainstorming ways to link academic writing to records in a database
Replies: 2
Views: 1230

Re: Brainstorming ways to link academic writing to records in a database

Hi David, I don't know how we could help you. Maybe if you export the data from the database to an XML format you could write an XSLT stylesheet and transform it to HTML and create anchors for every record. Then you could also output your XML document to HTML and link from it to anchors in the other...
by Radu
Fri May 25, 2012 11:26 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Memory problem / PDF transformation fails
Replies: 2
Views: 2761

Re: Memory problem / PDF transformation fails

Hi Susanne, Strange one. Oxygen uses the DITA Open Toolkit to publish DITA content to various output sources. Usually in such cases when the DITA content has increased a little in size increasing the -Xmx in the JVM Arguments text field should be enough. First you should try to increase the -Xmx to ...
by Radu
Thu May 24, 2012 9:29 am
Forum: Other Issues
Topic: 14b XML Calabash and XSLT 3.0 stylesheets
Replies: 1
Views: 1460

Re: 14b XML Calabash and XSLT 3.0 stylesheets

Hi Jakub,

Don't worry, we'll try to bundle the final Oxygen 14 with the latest Calabash available.
We are still waiting on Norm to make some small changes to the copyright for the libraries.

Regards,
Radu
by Radu
Thu May 24, 2012 9:25 am
Forum: Feature Request
Topic: Maps manager for Docbook assembly
Replies: 9
Views: 6539

Re: Maps manager for Docbook assembly

One more thing,

If you produce a good document type for Docbook Assembly (with a CSS to render it pleasantly in the Author page) you can also share it with us :)

Regards,
Radu
by Radu
Thu May 24, 2012 9:24 am
Forum: Feature Request
Topic: Maps manager for Docbook assembly
Replies: 9
Views: 6539

Re: Maps manager for Docbook assembly

Hi, Creating a document type association for Docbook Assembly would be a good place to start because it would at least provide you with content completion and validation. You could also try to create a CSS for styling a Docbook Assembly in the Author page. Such a CSS could also be used to mark certa...
by Radu
Thu May 24, 2012 9:11 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Shortcut key for Cross References
Replies: 9
Views: 6197

Re: Shortcut key for Cross References

Hi Sander, That is a very useful dialog. One downside, though, it does not handle spaces very well, and it needs me to type %20 if the file name has a space in it. Good observation, we will rectify this. Also, on the subject of links in the Author view: is it possible to toggle the xref locations on...
by Radu
Wed May 23, 2012 10:20 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Shortcut key for Cross References
Replies: 9
Views: 6197

Re: Shortcut key for Cross References

Hi, I think that your workflow could be improved. Here are some tips: 1) If you are making a cross reference directly to a topic file (and not to an individual element inside it you can drag and drop from the Project view (or from the DITA Maps Manager view) that topic file (or reference) directly i...
by Radu
Wed May 23, 2012 9:23 am
Forum: Feature Request
Topic: Maps manager for Docbook assembly
Replies: 9
Views: 6539

Re: Maps manager for Docbook assembly

Hi, Actually this is the first request we have for Docbook Assemblies. Oxygen does not yet ship with Docbook v5.1 which is in a beta stage. So the first stage would be that Docbook 5.1 becomes stable and Oxygen would come bundled with the Docbook 5.1 schemas. Then the second stage would be to offer ...
by Radu
Wed May 23, 2012 8:36 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: DITA Maps Manager and relationship tables
Replies: 2
Views: 2558

Re: DITA Maps Manager and relationship tables

Hi Susanne, Sorry, this is not possible. If you hover over a topic title the tooltip should also tell you the file name. But I think there are easier ways to link in your relationship table to topics which are shown in the DITA Maps Manager. I will assume that the DITA Map for which you are editing ...
by Radu
Tue May 22, 2012 4:14 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Error in DITA to PDF
Replies: 10
Views: 6927

Re: Error in DITA to PDF

Hi,

Here is the bug I've posted:

https://github.com/dita-ot/dita-ot/issues/1280

Regards,
Radu
by Radu
Tue May 22, 2012 4:03 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Error in DITA to PDF
Replies: 10
Views: 6927

Re: Error in DITA to PDF

Hi, You are right, that particular DITA content generates a part of the XSL-FO file like: <fo:list-item-body start-indent="body-start()"> <fo:block><fo:block background-color="#f0f0f0" end-indent="6pt + from-parent(end-indent)" font-size="10pt" keep-with-previ...
by Radu
Tue May 22, 2012 10:16 am
Forum: Other Issues
Topic: Elements View in Eclipse version
Replies: 4
Views: 2059

Re: Elements View in Eclipse version

Hi Simon,

The view will have the extra columns hidden in Oxygen 14.

Oxygen 14 will be released in a couple of weeks.
You can find some beta kits for it here:

http://www.oxygenxml.com/pipermail/oxyg ... 04129.html

Regards,
Radu
by Radu
Tue May 22, 2012 10:15 am
Forum: Other Issues
Topic: Content Assist Extension - Mixing Element Values and Elements
Replies: 5
Views: 2420

Re: Content Assist Extension - Mixing Element Values and Elements

Hi Daniel,

The fix will be available in Oxygen 14 (in a couple of weeks).
Beta kits are already available for tests here:

http://www.oxygenxml.com/pipermail/oxyg ... 04129.html

Regards,
Radu
by Radu
Tue May 22, 2012 9:03 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Error in DITA to PDF
Replies: 10
Views: 6927

Re: Error in DITA to PDF

Hi, Those are warnings, does the transformation break because of those? There are on the XEP users list threads discussing this issue: http://services.renderx.com/lists/xep-support/1829.html The idea is that the DITA OT when it publishes a DITA Map to PDF will create an intermediary XSL-FO file on w...
by Radu
Tue May 22, 2012 8:57 am
Forum: General XML Questions
Topic: delete a node
Replies: 2
Views: 2207

Re: delete a node

Hi,

The DITA Maps Manager can be used to edit only the current opened DITA Map. All referenced DITA Maps can indeed be expanded to see their content but they are not editable, they need to be opened separately, either in the DITA Maps Manager or in the main editor (as you did).

Regards,
Radu
by Radu
Tue May 22, 2012 8:45 am
Forum: XML Schemas
Topic: Extended HTML not validating
Replies: 6
Views: 4826

Re: Extended HTML not validating

Hi Giuseppe,

You could set the type of the @version attribute in xhtml-basic10-modules-1.xsd to:

Code: Select all

<xs:attribute name="version" type="xh11d:CDATA" fixed="-//W3C//DTD XHTML Basic 1.0//EN"/>
Regards,
Radu
by Radu
Mon May 21, 2012 5:25 pm
Forum: XML Schemas
Topic: Validation problem csvc-complex-type.2.4.a Invalid content - But element is in the list!
Replies: 4
Views: 57319

Re: Validation problem csvc-complex-type.2.4.a Invalid content - But element is in the list!

Hi, In your XML Schema these three elements are declared locally (inside the xs:all): <xs:element name="object_id" type="muniws:DOProperty" minOccurs="0"/> <xs:element name="description" type="muniws:DOProperty" minOccurs="0" /> <xs:element...
by Radu
Mon May 21, 2012 8:52 am
Forum: Common Problems
Topic: DITA "Validate and Check Completeness" Command Line
Replies: 4
Views: 2528

Re: DITA "Validate and Check Completeness" Command Line

Hi Shingo,

Sorry, but we do not provide a command line tool for performing "Validate and Check for Completeness" on a DITA Map.
But we will discuss this as an improvement request.

Regards,
Radu
by Radu
Thu May 17, 2012 4:21 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Getting formatted code samples into DITA
Replies: 2
Views: 3269

Re: Getting formatted code samples into DITA

Hi, Either you use a syntax like: <codeblock><coderef href="test.frag"/></codeblock> where the @href attribute points to the file where the fragment is located. or you paste the XSL content directly in the Author page in a <codeblock>. If you choose the paste alternative and it does not wo...
by Radu
Wed May 16, 2012 5:33 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: DITAfor publishers (d4p) & Oxygen
Replies: 7
Views: 4732

Re: DITAfor publishers (d4p) & Oxygen

Hi Franco, You are right, D4P had named the templates folders topics , maps while the existing folders in the Oxygen DITA templates directory are named topic and map . Just copy the contents of the folder topics to the topic folder and the same for the folder maps to the map directory. Regards, Radu