Search found 9059 matches

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: 6955

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: 6955

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: 2074

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: 2424

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: 6955

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: 2218

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: 4860

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: 57567

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: 2540

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: 3284

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: 4744

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
by Radu
Wed May 16, 2012 4:29 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: DITAfor publishers (d4p) & Oxygen
Replies: 7
Views: 4744

Re: DITAfor publishers (d4p) & Oxygen

Hi, Once you copy all the DITA 4 Publishers plugins to the plugins folder from the DITA OT bundled with Oxygen: OXYGEN_INSTALL_DIR\frameworks\dita\DITA-OT\plugins and run the DITA OT integrator the specialization DTDs will be installed in the DITA OT's main catalog and Oxygen should then be aware of...
by Radu
Wed May 16, 2012 12:38 pm
Forum: Other Issues
Topic: Oxygen Author Customization
Replies: 1
Views: 951

Re: Oxygen Author Customization

Hi, I'm sorry but your post message is very unclear. I do not understand why the standard dialog for inserting content references does not work in your case. You seem to have 2 DITA specializations, maybe your specializations are not valid DITA specializations. Could you send to our support email ad...
by Radu
Wed May 16, 2012 11:34 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Image scaling depending on output
Replies: 6
Views: 10381

Re: Image scaling depending on output

Hi, I should have tried what I suggested to you first. You were right in removing the extra ) from the replacement code. There is another stylesheet: OXYGEN_INSTALL_DIR/frameworks/dita/DITA-OT/demo/fo/xsl/fo/flagging.xsl in which there is the same code which needs to be replaced. Somehow the templat...
by Radu
Tue May 15, 2012 2:36 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Image scaling depending on output
Replies: 6
Views: 10381

Re: Image scaling depending on output

Hi, I think there have been discussions in the past on the DITA Users List about this. Indeed conditional profiling is one option. My suggested solution would be to leave the images in the DITA content without a @scale attribute set to them and then customize the XSLT stylesheets which generate PDF ...
by Radu
Tue May 15, 2012 11:11 am
Forum: Common Problems
Topic: DITA to PDF error, no PDF output now despite build success
Replies: 14
Views: 8831

Re: DITA to PDF error, no PDF output now despite build success

Hi Jeffrey, The console output which you sent to our support email address did not contain any message like results too large so this might be a different problem than the initial one. Apache FOP and XEP are not applied directly on the DITA Map, they are applied on an intermediary output in the XSL-...
by Radu
Tue May 15, 2012 11:03 am
Forum: Other Issues
Topic: Map vs Eclipse Map?
Replies: 1
Views: 1590

Re: Map vs Eclipse Map?

Hi Dave, Good question. Actually the DITA 1.2 specification does not mention it at all. Eclipse Map is a DITA specialization (which comes as a bundled DITA OT plugin) which is intended to be used to produce Eclipse Help. Besides the names of the tags which are intended to be more Eclipse-oriented it...
by Radu
Tue May 15, 2012 10:14 am
Forum: Common Problems
Topic: Quotation marks
Replies: 10
Views: 4586

Re: Quotation marks

Hi Stefan, We do not have a specific Oxygen option for this but I will register this as an improvement request. You have the following options: 1) If you have a Java developer, our Author SDK has API which would allow you to implement an extension which would allow you to take control over the chara...
by Radu
Mon May 14, 2012 2:40 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Content key reference - no keyed elements available?
Replies: 2
Views: 4073

Re: Content key reference - no keyed elements available?

Hi, In order for Oxygen to present the keys (or to navigate when clicking key references), the main DITA Map needs to be opened in a special Oxygen view called the "DITA Maps Manager" view. In the Eclipse Project you can right click the DITA Map and choose Open in DITA Maps Manager . We wi...
by Radu
Mon May 14, 2012 11:15 am
Forum: Common Problems
Topic: DITA to PDF error, no PDF output now despite build success
Replies: 14
Views: 8831

Re: DITA to PDF error, no PDF output now despite build success

Hi Jeffrey, Thanks for the logging information. The cause of the problem as reported in the console seems to be this one: transform.fo2pdf.xep: [java] Rendering failed: Can not close compressed stream I have no idea what it means, somehow XEP fails to produce the PDF because an internal error occurs...
by Radu
Fri May 11, 2012 10:17 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: ANN: PDFs from DITA through FrameMaker via oXygen?
Replies: 1
Views: 1939

Re: ANN: PDFs from DITA through FrameMaker via oXygen?

Hi Scott,

Thanks for sharing this with us, very interesting post.

Regards,
Radu
by Radu
Wed May 09, 2012 12:33 pm
Forum: Common Problems
Topic: Emacs binding not available on Text View ?
Replies: 11
Views: 4767

Re: Emacs binding not available on Text View ?

Hi John, I know how to enable Emacs key binding in Eclipse and the shortcuts indeed work in any opened editor. Quoting from one of your earlier replies: Scheme is Emacs, it works on other View but not Text View. My question was if you noticed those shortcuts work in any other Eclipse view (like for ...
by Radu
Wed May 09, 2012 10:10 am
Forum: Other Issues
Topic: locked topic
Replies: 1
Views: 1699

Re: locked topic

Hi, What exactly do you mean by "locked"? 1) If the map and topics are on a local drive: Eclipse does not allow editing for files marked as read-only. You can right click the file in the Project view, choose Properties and clear its read-only flag. 2) If the map and topics were opened via ...
by Radu
Wed May 09, 2012 9:25 am
Forum: Common Problems
Topic: Emacs binding not available on Text View ?
Replies: 11
Views: 4767

Re: Emacs binding not available on Text View ?

Hi John, Thanks for getting back on this, I updated the improvement request with this information. I tried changing to the EMACS key binding and working in a number of standard Eclipse views and none of the views supported the EMACS key bindings. So besides the editing area, if you can name a specif...
by Radu
Tue May 08, 2012 3:15 pm
Forum: Common Problems
Topic: DITA to PDF error, no PDF output now despite build success
Replies: 14
Views: 8831

Re: DITA to PDF error, no PDF output now despite build success

Hi,

Yes, having some samples would be great. Please also attach the xep.xml to the email.
If you open the xep.xml in Oxygen, does Oxygen report any validation problem?

Regards,
Radu
by Radu
Tue May 08, 2012 11:52 am
Forum: Other Issues
Topic: Using keyrefs in Author (or Text) mode
Replies: 3
Views: 1381

Re: Using keyrefs in Author (or Text) mode

Hi Fred, So from what I understand your attributes are not defined as ID and IDREF but you have keyref constraints in place set up for them. Indeed Oxygen does not have any special support for this situation, such support is quite hard to add because these constraints are made by evaluating certain ...
by Radu
Mon May 07, 2012 11:46 am
Forum: Other Issues
Topic: Using keyrefs in Author (or Text) mode
Replies: 3
Views: 1381

Re: Using keyrefs in Author (or Text) mode

Hi Fred, For the Author page: If the attribute which is referenced is of type ID and the attributes which reference it are of type IDREF then all you have to do in the CSS would be to define a selector like: *[href]:before{ link:attr(href); content: "Link"; } This is how we do it for Docbo...
by Radu
Mon May 07, 2012 8:47 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: How to set PDF metadata from DITA Bookmeta?
Replies: 14
Views: 9286

Re: How to set PDF metadata from DITA Bookmeta?

Hi Reinier,

This enhancement seems to have been done for the upcoming DITA OT 1.6:

http://sourceforge.net/tracker/?func=de ... _id=132728

Regards,
Radu
by Radu
Fri May 04, 2012 2:08 pm
Forum: Other Issues
Topic: Elements View in Eclipse version
Replies: 4
Views: 2074

Re: Elements View in Eclipse version

Hi Simon,

Thanks for the tip, it will probably be useful.
Hopefully a fix for this will be available in Oxygen 14.

Regards,
Radu
by Radu
Fri May 04, 2012 2:02 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Publish PDF to remote server
Replies: 1
Views: 1910

Re: Publish PDF to remote server

Hi Kate,

I answered you on the DITA Users List:

http://tech.groups.yahoo.com/group/dita ... sage/26998

Regards,
Radu