Search found 4141 matches

by sorin_ristache
Thu Feb 26, 2015 10:17 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: LI with bullet
Replies: 4
Views: 4454

Re: LI with bullet

I found the section in en.xml to select the Unordered List bullet variable, but how do you select a different variable for each level? This distinction is not made in the DITA PDF transformation. You will need to customize that DITA-OT\plugins\org.dita.pdf2\xsl\fo\lists.xsl stylesheet file to handl...
by sorin_ristache
Tue Feb 24, 2015 5:23 pm
Forum: XSLT and FOP
Topic: DOCX to DITA transform numbers output files incorrectly
Replies: 1
Views: 2082

Re: DOCX to DITA transform numbers output files incorrectly

I think Eliot Kimber , the DITA4Publishers' author, will have a fix for you much faster than we can try to find such a fix, if you post the question to the dita-users mailing list . If the total number of DITA topic files is not very large I suggest as an alternative Oxygen's Smart Paste feature .
by sorin_ristache
Mon Feb 23, 2015 5:39 pm
Forum: Other Issues
Topic: Toggling Images or Sections In A Topic?
Replies: 2
Views: 1861

Re: Toggling Images or Sections In A Topic?

Hello, That is not available out of the box, but it can be added as an enhancement by associating the HTML element name that marks a section ( h1 ) or an image ( img ) with a folding behavior injected in the WebHelp page with a jQuery plugin like this one . For example you can follow this example to...
by sorin_ristache
Fri Feb 20, 2015 12:51 pm
Forum: Feature Request
Topic: advanced search in WebHelp
Replies: 3
Views: 3057

Re: advanced search in WebHelp

Hello, Have there been any improvements with Search? I noticed that the previous reply mentioned the addition of Boolean search capabilities. However, when I try this search, boot AND shoes, AND is included in the search results hits. Huh, what?? This tells me that perhaps Boolean is NOT supported. ...
by sorin_ristache
Tue Feb 17, 2015 4:30 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Mapping DITA <image> to WebHelp <img>
Replies: 5
Views: 4277

Re: Mapping DITA <image> to WebHelp <img>

SVG images are already supported in the DITA XHTML transformation. That means you don't have to do anything to support them because DITA-OT comes with built-in SVG support. Just insert a SVG image in your DITA XML topic file, for example: <image href="images/shapes.svg"/> and run the DITA ...
by sorin_ristache
Wed Feb 11, 2015 11:06 am
Forum: Other Issues
Topic: How to access local WebHelp
Replies: 5
Views: 3780

Re: How to access local WebHelp

The output file name is set to index.html on line 215 in file OXYGEN_INSTALL_DIR\frameworks\dita\DITA-OT\plugins\com.oxygenxml.webhelp\xsl\createMainFiles.xsl : <xsl:with-param name="fileName" select="concat('index', $OUTEXT)"/> You can change this line to the following: <xsl:wit...
by sorin_ristache
Tue Feb 10, 2015 5:53 pm
Forum: Other Issues
Topic: How to access local WebHelp
Replies: 5
Views: 3780

Re: How to access local WebHelp

I'd like to be able to not require local users to use file:///...index_frameset.html because that disables a lot of the cool navigation tools like breadcrumbs. Are there browser settings that we can enable to bypass the javascript restrictions? They are more like security restrictions designed to p...
by sorin_ristache
Mon Feb 09, 2015 6:15 pm
Forum: Other Issues
Topic: Add image to cover page for PDF
Replies: 2
Views: 2420

Re: Add image to cover page for PDF

Hello,

How to add an image to the cover page of the DocBook PDF output was discussed here and here, where you can find some working solutions.
by sorin_ristache
Mon Feb 09, 2015 9:58 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Extend Oxygen WebHelp Transtype?
Replies: 3
Views: 2608

Re: Extend Oxygen WebHelp Transtype?

Hello,

This functionality will be included in Oxygen 17.0 which will be released in the first half of this year, probably at the beginning of May 2015.
by sorin_ristache
Fri Feb 06, 2015 1:11 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Extend Oxygen WebHelp Transtype?
Replies: 3
Views: 2608

Re: Extend Oxygen WebHelp Transtype?

Hello, We have already added this facility in the DITA WebHelp transformation for the upcoming Oxygen version. If you want to try it I can send you by email a download link for an Oxygen beta build that includes its implementation. The WebHelp transformation offers two options for connecting the Web...
by sorin_ristache
Wed Jan 28, 2015 2:50 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Webhelp general question
Replies: 6
Views: 4480

Re: Webhelp general question

Hi, I believe that what John wants is facetted search (at least, that's what I want). This does not clutter anything if done right. In the search pane, allow the user to search for something, and then dynamically reduce the amount of hits to whatever facets the user picks. This does not require a da...
by sorin_ristache
Mon Jan 26, 2015 5:28 pm
Forum: XSLT and FOP
Topic: Docbook XSLT won't use SVG admon graphics
Replies: 1
Views: 1895

Re: Docbook XSLT won't use SVG admon graphics

Hello,

You don't need to add XSLT code for that, you just need to set two parameters on the Parameters tab of the dialog box for editing a DocBook transformation:

Code: Select all

admon.graphics.path  =  ${frameworks}/docbook/xsl/images/

Code: Select all

admon.graphics.extension  =  .svg
by sorin_ristache
Fri Jan 23, 2015 6:35 pm
Forum: Common Problems
Topic: Smart Paste not converting CRs to new <p>s?
Replies: 6
Views: 3962

Re: Smart Paste not converting CRs to new <p>s?

I should maybe mention I am running on Oxygen on Linux over VNC? This might affect the paste function? That could explain why copy from Word to Oxygen creates only one <p> element in Oxygen Author mode instead of one <p> element for each paragraph in the Word document. The only solution that I can ...
by sorin_ristache
Fri Jan 23, 2015 3:51 pm
Forum: Common Problems
Topic: Smart Paste not converting CRs to new <p>s?
Replies: 6
Views: 3962

Re: Smart Paste not converting CRs to new <p>s?

An example to reproduce would be any .txt file from Notepad with at least one newline. I.e the source has no actual markup, apart from the CR/LF. If I paste this into Word or Frame, I get two paragraphs as expected. It also works as expected pasting from Word/Frame/Browser -> emacs/Frame/Word whate...
by sorin_ristache
Fri Jan 23, 2015 2:48 pm
Forum: Common Problems
Topic: Smart Paste not converting CRs to new <p>s?
Replies: 6
Views: 3962

Re: Smart Paste not converting CRs to new <p>s?

Hi, What puts the "Smart" in "Smart Paste" is preserving the markup semantics between source and destination, for example replacing a ul/li sequence of elements in the browser (the source of the copy operation) with a sequence itemizedlist/listitem in the destination (a DocBook X...
by sorin_ristache
Thu Jan 22, 2015 12:01 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: WebHelp output browser requirements
Replies: 3
Views: 2418

Re: WebHelp output browser requirements

Hello, You can find in the User Manual a list with the supported browsers , as a note at the end of the page . You should experience a consistent look and feel across the fairly recent versions of these web browsers, let's say the web browser versions released in the last few years (not older than I...
by sorin_ristache
Tue Jan 20, 2015 5:56 pm
Forum: Other Issues
Topic: Embed WebHelp into CollabNet TeamForge
Replies: 3
Views: 2299

Re: Embed WebHelp into CollabNet TeamForge

Hi Frank, The HTML pages are served from a special Subversion repository and embedded deeply in the CollabNet page at /html/body/div[4]/div[2]/table/tbody/tr/td[2]/table/tbody/tr/td . Because of this mechanism I face two problems: 1) The <head> section from the WebHelp HTML files together with all J...
by sorin_ristache
Mon Jan 19, 2015 6:46 pm
Forum: XSLT and FOP
Topic: Reference value from XML inside XSLT for printing
Replies: 1
Views: 1937

Re: Reference value from XML inside XSLT for printing

Hello, I think the content of any XML tag can be added to an XSL-FO page so that it can be printed, if the appropriate code is used for adding the content of that XML tag to the XSL-FO page. Your question is too general, so more details and maybe an example would be needed for a more complete answer...
by sorin_ristache
Fri Jan 16, 2015 4:19 pm
Forum: General XML Questions
Topic: Moving help content from jsp files to DITA format
Replies: 3
Views: 3526

Re: Moving help content from jsp files to DITA format

How can I insert the JSP constructs in the WebHelp output html pages. Which XSLT files need to be modified to insert the jsp constructs in the output. That is possible but you have to let go of the search function available on the Search tab because the search feature needs to index the WebHelp pag...
by sorin_ristache
Tue Jan 13, 2015 12:32 pm
Forum: Other Issues
Topic: Remove br tags around images with webhelp output?
Replies: 7
Views: 5759

Re: Remove br tags around images with webhelp output?

Please post the XML fragment that adds the image to the DITA topic in order to generate the two <br> elements in the WebHelp page. I tried with Oxygen 16.1 and no <br> element was added in the output, but it may be an additional attribute or element that you have in your DITA XML file that creates t...
by sorin_ristache
Tue Jan 13, 2015 9:53 am
Forum: Other Issues
Topic: confirmation email for webhelp with feedback doesn't work
Replies: 8
Views: 6330

Re: confirmation email for webhelp with feedback doesn't wor

It may be related to a bug which we fixed in the links included in the WebHelp-Feedback email messages in build 2014102117, which is a later build of Oxygen 16.1. Please install the current build of Oxygen 16.1 and generate again the WebHelp pages.
by sorin_ristache
Mon Jan 12, 2015 6:39 pm
Forum: Other Issues
Topic: webhelp with feedback needs parameter option
Replies: 6
Views: 4862

Re: webhelp with feedback needs parameter option

Okay, but the current design for this output is problematic. If I change the TOC, add some style to my skin file, or do anything else other than just update text in a topic, I have to reupload the oxygen-webhelp folder. I think you don't have to. The TOC is automatically generated from the topicref...
by sorin_ristache
Mon Jan 12, 2015 6:34 pm
Forum: Other Issues
Topic: confirmation email for webhelp with feedback doesn't work
Replies: 8
Views: 6330

Re: confirmation email for webhelp with feedback doesn't wor

I used one email address @sync.ro and another one @oxygenxml.com and both email addresses received an email message with a valid link, which confirmed the WebHelp user name. I can't imagine why a wrong link would be included in your emails. Maybe some filter on the receiving email server might modif...
by sorin_ristache
Mon Jan 12, 2015 5:07 pm
Forum: Other Issues
Topic: confirmation email for webhelp with feedback doesn't work
Replies: 8
Views: 6330

Re: confirmation email for webhelp with feedback doesn't wor

I successfully signed up with two new different users (user names: sorin and oxygenxml ) on the WebHelp page: http://idratherbewriting.com/webhelpfeedbacktest/ In both cases the links in the email messages were valid because on clicking them I received the message in the browser window that the WebH...
by sorin_ristache
Mon Jan 12, 2015 4:12 pm
Forum: Feature Request
Topic: Make Oxygen webhelp load faster
Replies: 5
Views: 6140

Re: Make Oxygen webhelp load faster

Do you mean it takes 3 seconds just to load a short WebHelp page in the browser? Did you check the speed of your Internet connection? Is the page short but is part of a large set of WebHelp pages, which means you have a large total number of topics in the Content tree in the left-side panel of the W...
by sorin_ristache
Mon Jan 12, 2015 1:35 pm
Forum: Other Issues
Topic: Sometimes topic content doesn't appear
Replies: 18
Views: 11940

Re: Sometimes topic content doesn't appear

I don't understand yet why I can't reproduce the problem, because I tested by loading the WebHelp pages in both Chrome and Firefox from a web server running on the local machine (like http://localhost/webhelp-test/...). Did you try to discard the cached content with a forced refresh (Ctrl+F5 or Ctrl...
by sorin_ristache
Fri Jan 09, 2015 5:45 pm
Forum: Other Issues
Topic: Sometimes topic content doesn't appear
Replies: 18
Views: 11940

Re: Sometimes topic content doesn't appear

Sorry, I can't reproduce it. All the topics are opened correctly in the right side panel when their title is clicked on in the TOC left side panel, all the links in the right side panel work correctly to open the linked page when clicked on. If you use the internal frames version of the WebHelp page...
by sorin_ristache
Fri Jan 09, 2015 4:52 pm
Forum: Feature Request
Topic: fixed width option
Replies: 1
Views: 2528

Re: fixed width option

Where can I find more details about this type of readability best practice? I was not aware of that.

You can add the CSS code that sets a maximum width as a custom CSS set in the args.css parameter of the DITA WebHelp transformation.
by sorin_ristache
Fri Jan 09, 2015 1:03 pm
Forum: Other Issues
Topic: Abbreviation such as "e.g." gives spelling error
Replies: 4
Views: 2891

Re: Abbreviation such as "e.g." gives spelling error

It fails also without the xml:lang attribute, if I select the English (United States) spelling dictionary in the Spelling dialog box. The default spelling dictionary in Oxygen is English (generic) and this is why I did not get the problem before. It is a bug in the English (United States) dictionary...
by sorin_ristache
Fri Jan 09, 2015 12:03 pm
Forum: Other Issues
Topic: Abbreviation such as "e.g." gives spelling error
Replies: 4
Views: 2891

Re: Abbreviation such as "e.g." gives spelling error

Sorry, I don't get a spelling error for e.g. in either Text editing mode or in Author mode. I tried in Oxygen 16.1 on both Windows and Linux. It reports the error on the sequence "e.g" and even suggests correcting it to "e.g." (so it must know it's legal) I get the same behavior,...