Search found 32 matches

by P4jjb
Sat Jul 20, 2013 3:09 am
Forum: DocBook
Topic: Format <remark> in red text in PDF
Replies: 4
Views: 6251

Re: Format <remark> in red text in PDF

Sorin, thanks for your help in identifying that fo:inline should be fo:block. Here's the final code we're using to highlight the draft <review> elements in blue bold font with a border. <!-- set off remarks in bold blue font and border --> <xsl:template match="d:comment|d:remark"> <xsl:if ...
by P4jjb
Tue Jul 16, 2013 7:39 pm
Forum: DocBook
Topic: Format <remark> in red text in PDF
Replies: 4
Views: 6251

Re: Format <remark> in red text in PDF

Thanks, Sorin. I should've stated that I'm still on 14.2.
Did you test this in 14.2, or 15, or both?
Do you need only an *.xml file, or an *.xpr with some *.xml files in it?
by P4jjb
Tue Jul 16, 2013 6:28 am
Forum: DocBook
Topic: Format <remark> in red text in PDF
Replies: 4
Views: 6251

Format <remark> in red text in PDF

Hi Sorin & Radu, We have two PDF transforms: Draft and Final. The Draft transform has draft.mode=yes and show.comments=1. I want text enclosed in <remark> elements to display in red text, so I copied the code from inline.xsl (lines 1207-1213), added to our custom fo.xsl layer, and added the red ...
by P4jjb
Wed Jun 26, 2013 12:04 am
Forum: XSLT and FOP
Topic: Changing delivered images and correcting their resolution
Replies: 7
Views: 4734

Re: Changing delivered images and correcting their resolutio

Hi Radu, Thanks for your response. How do I set the WebHelp admon.graphics.extension parameter to a value of .svg? If I look at the file you pointed to: oXgen_install_dir/frameworks/docbook/xsl/xhtml/admon.xsl Here's the code at lines 34-46: <xsl:template name="admon.graphic"> <xsl:param n...
by P4jjb
Thu May 09, 2013 11:30 pm
Forum: DocBook
Topic: WebHelp: Issues with Figures
Replies: 3
Views: 4151

Re: WebHelp: Issues with Figures

The transforms handle the attributes differently. Specifying width, depth, and scalefit="1" looks good in the WebHelp, but bad in the PDF. The image runs off the right side of the page in the PDF. Specifying width, depth, scalefit="1" and scale="70" looks good in the PD...
by P4jjb
Thu May 09, 2013 11:13 pm
Forum: DocBook
Topic: WebHelp: Issues with Figures
Replies: 3
Views: 4151

Re: WebHelp: Issues with Figures

Actually, I realize now I may be using the image attributes incorrectly.
I thought width and depth were required attributes, and then you specified scale to shrink the image to fit.
Seems like the correct attribute combination (at least for our output now) is width, depth, and scalefit.
by P4jjb
Thu May 09, 2013 10:12 pm
Forum: DocBook
Topic: WebHelp: Issues with Figures
Replies: 3
Views: 4151

WebHelp: Issues with Figures

Hi Radu and Sorin, We're having a number of issues with figures. 1. Lots of spacing above and below the figure. 2. For about 50% of the figures, the bottom border is missing or thinner. In one instance, the right border of the figure is thinner. Where is figure spacing and framing defined in the XSL...
by P4jjb
Tue Feb 26, 2013 3:05 am
Forum: DocBook
Topic: webhelp.copyright parameter for DocBook 5 WebHelp
Replies: 13
Views: 12480

Re: webhelp.copyright parameter for DocBook 5 WebHelp

Hi Sorin, To follow up on this: I did try to configure the 14.1 output, and added the following code in-between lines 135-143 of the build_docbook.xml. <param name="WEBHELP_COPYRIGHT" expression="${webhelp.copyright}" if="webhelp.copyright"/> It didn't work; the custom ...
by P4jjb
Tue Feb 26, 2013 2:37 am
Forum: DocBook
Topic: 14.2 WebHelp <title> & <subtitle> in header area?
Replies: 3
Views: 4828

Re: 14.2 WebHelp <title> & <subtitle> in header area?

Hi Sorin, Actually, I was wrong about the <subtitle> displaying in the WebHelp output; only the <title> displays. However, I'm still not getting a title displaying for the DocBook 5 WebHelp. I thought I may have corrupted the docbook_build file when I was trying to configure the webhelp.copyright pa...
by P4jjb
Mon Feb 25, 2013 8:57 pm
Forum: XML Schemas
Topic: HTML to Docbook
Replies: 6
Views: 12013

Re: HTML to Docbook

Thanks so much, George! :D
I either missed this topic or entered the wrong search parameters when I was looking through the Help.
by P4jjb
Sat Feb 23, 2013 4:48 am
Forum: XML Schemas
Topic: HTML to Docbook
Replies: 6
Views: 12013

Re: HTML to Docbook

Hi all,

Is this answer from 2006 still true for 14.2 oXygen?
If I want to convert XHTML to DocBook 5, do I have to manually edit the XHTML tags to DocBook tags?

Thanks
by P4jjb
Sat Feb 23, 2013 1:12 am
Forum: DocBook
Topic: 14.2 WebHelp <title> & <subtitle> in header area?
Replies: 3
Views: 4828

14.2 WebHelp <title> & <subtitle> in header area?

Hi Radu and Sorin, The 14.1 DocBook WebHelp output automatically displayed the <title> and <subtitle> elements of the xibook.xml file in the output's header (above the Content, Search, and Index tabs). However, for 14.2, these elements don't display in the header. However, I can find them if I click...
by P4jjb
Sat Feb 23, 2013 1:04 am
Forum: DocBook
Topic: webhelp.copyright parameter for DocBook 5 WebHelp
Replies: 13
Views: 12480

Re: webhelp.copyright parameter for DocBook 5 WebHelp

Thanks, Sorin.
I'll look into this customization and get back to you with any further questions.
by P4jjb
Thu Feb 21, 2013 6:15 am
Forum: DocBook
Topic: webhelp.copyright parameter for DocBook 5 WebHelp
Replies: 13
Views: 12480

Re: webhelp.copyright parameter for DocBook 5 WebHelp

Thanks for clarifying that, Sorin. :D I've been reading and setting some of the new DocBook 5 WebHelp parameters you included in 14.2. For our next release's WebHelp output, we want just to replicate the look of plain 14.1 internal frames version, though add some 14.2 parameters (like glossterm.auto...
by P4jjb
Wed Feb 20, 2013 5:28 am
Forum: DocBook
Topic: webhelp.copyright parameter for DocBook 5 WebHelp
Replies: 13
Views: 12480

Re: webhelp.copyright parameter for DocBook 5 WebHelp

Thanks, Sorin. I got this working, but I had to add it between lines 360-377. <!-- Create the index.html and toc.html files. --> <target name="create-main-files"> <property name="args.create.main.files.xsl" value="xsl/createMainFiles.xsl"/> <xslt processor="trax&qu...
by P4jjb
Fri Feb 15, 2013 8:20 am
Forum: DocBook
Topic: Editing"Webhelp output generated by oXygen" text
Replies: 2
Views: 3803

Re: Editing"Webhelp output generated by oXygen" text

Looked around for DocBook WebHelp documentation but this wiki link is broken.
http://wiki.docbook.org/WebHelp

I'll keep looking, but appreciate any help. :D
by P4jjb
Fri Feb 15, 2013 3:08 am
Forum: DocBook
Topic: Editing"Webhelp output generated by oXygen" text
Replies: 2
Views: 3803

Editing"Webhelp output generated by oXygen" text

Hi Radu and Sorin,

For DocBook 5 WebHelp output, how can I edit the default footer text and image "WebHelp output generated by oXygen XML Editor"?
I've looked in the com.oxygenxml.webhelp and webhelp directories but still can't figure out where to change this.

Thanks
by P4jjb
Fri Feb 15, 2013 3:05 am
Forum: DocBook
Topic: webhelp.copyright parameter for DocBook 5 WebHelp
Replies: 13
Views: 12480

webhelp.copyright parameter for DocBook 5 WebHelp

Hi Radu and Sorin,

Still working on oXygen 14.1 as I can't upgrade to 14.2 until next week (we're publishing doc tomorrow, Feb. 15).
I've edited the webhelp.copyright parameter but it doesn't appear in the TOC frame of the generated output. Is this a bug in 14.1?

Thanks
by P4jjb
Fri Feb 15, 2013 3:00 am
Forum: XSLT and FOP
Topic: literal glossary entry w/underscore text overrun
Replies: 2
Views: 2934

Re: literal glossary entry w/underscore text overrun

Thanks Radu, that did the trick.
by P4jjb
Fri Feb 15, 2013 12:26 am
Forum: DocBook
Topic: xibook <info> not included in WebHelp output
Replies: 2
Views: 5822

xibook <info> not included in WebHelp output

Hi all,

When I generate DocBook 5 WebHelp, all elements and text in the <info> of the xibook file does not display. We have our company's legal disclaimer and copyright text in <info>, so I have to get it in the output.
How do I get this information to display?

Thanks
by P4jjb
Wed Jan 30, 2013 5:51 am
Forum: DocBook
Topic: DocBook WebHelp reference numbering
Replies: 3
Views: 3559

Re: DocBook WebHelp reference numbering

Thanks, Sorin.

From other posts I see that 14.2 will be released sometime this spring. I need to customize the DocBook 5 WebHelp within the next few weeks, so I'll look at those files and re-post any further questions.

Regards,
-jjb
by P4jjb
Fri Jan 25, 2013 6:38 am
Forum: DocBook
Topic: DocBook WebHelp reference numbering
Replies: 3
Views: 3559

DocBook WebHelp reference numbering

Hi Radu & Sorin, Where does the DocBook 5 WebHelp derive numbering for reference chapters? I need to override the default of I and set this to 0. In the DocBook 5 PDF transform there's a reference.autolabel param, so that was easy. :D If I dig down in the various WebHelp files, these seem likely...
by P4jjb
Wed Jan 23, 2013 10:37 pm
Forum: XSLT and FOP
Topic: Include comments in PDF output
Replies: 6
Views: 11011

Re: Include comments in PDF output

Hi Radu, Thanks! Some followup questions: 1. Do remarks appear only in a PDF with draft.mode set to "yes"? I duplicated a WebHelp transform and set the draft.mode, but the remarks did not appear in the WebHelp output. 2. Which XSL do I need to modify so the remark text displays in red in t...
by P4jjb
Tue Jan 22, 2013 11:28 pm
Forum: XSLT and FOP
Topic: Include comments in PDF output
Replies: 6
Views: 11011

Include comments in PDF output

Hi, My team's engineers prefer to review using PDFs. How do I include both comments and link text in PDF output for their review? Comments are excluded from the default PDF transforms, but you can use File > Print to create a PDF that displays comments. However, this PDF doesn't include the link end...
by P4jjb
Tue Jan 22, 2013 11:17 pm
Forum: XSLT and FOP
Topic: literal glossary entry w/underscore text overrun
Replies: 2
Views: 2934

literal glossary entry w/underscore text overrun

Hi all,

In the PDF glossary, long <glossentry><literal>terms with hyphens line wrap, but long <glossentry><literal> terms with underscores do not line wrap and thus break into the term definition cell.
Has anyone else had this issue?
by P4jjb
Tue Jan 22, 2013 11:06 pm
Forum: DocBook
Topic: DocBook WebHelp output missing </h3> for Glossary
Replies: 2
Views: 2849

Re: DocBook WebHelp output missing </h3> for Glossary

Hi Sorin, Apologies and thanks for the help. In short, I used <glossdiv> when I should've used <glosslist>. Once I wrapped all the <glossentry> in the <glosslist> tag, the <h3> title issue disappeared. However, there's another display issue happening in the PDF. I'll post that in the FO forum.
by P4jjb
Sat Jan 19, 2013 6:05 am
Forum: DocBook
Topic: DocBook WebHelp output missing </h3> for Glossary
Replies: 2
Views: 2849

DocBook WebHelp output missing </h3> for Glossary

Hi, The DocBook 5 Webhelp output seems to have a bug when producing the Glossary. From the first glossary entry and onwards, all the displayed text is in a bold font. When I viewed the source, the first entry does have an <h3>. However, there's no </h3> after the glossary term or in the rest of the ...
by P4jjb
Sat Jan 05, 2013 5:09 am
Forum: XSLT and FOP
Topic: Changing delivered images and correcting their resolution
Replies: 7
Views: 4734

Re: Changing delivered images and correcting their resolution

Creating this separate post for the admon images in DocBook 5 WebHelp. As stated in my initial thread post, the WebHelp admon images look good (aren't pixelated). I see I'll need to install my substitute admon images in this file: OXYGEN_INSTALL_DIR\frameworks\docbook\xsl\webhelp\docs\common\images\...
by P4jjb
Sat Jan 05, 2013 5:01 am
Forum: XSLT and FOP
Topic: Changing delivered images and correcting their resolution
Replies: 7
Views: 4734

Re: Changing delivered images and correcting their resolution

Thanks, Radu! I tried different width values between 12-18pt. Selected 16pt as the images looked good when the PDF zoom is at 100-150% (though the delivered Note image is quite light). Should this value modification actually be on a customization layer? Or is this a case where the .XSL must directly...
by P4jjb
Thu Jan 03, 2013 2:17 am
Forum: XSLT and FOP
Topic: Changing delivered images and correcting their resolution
Replies: 7
Views: 4734

Changing delivered images and correcting their resolution

Hi there, Looked in the help and these forums but didn't come across the answers to these questions. (Apologies I if missed them.) I need to substitute new images for the delivered note, important, warning, and other delivered icons, and I also need to correct the resolution in the PDF. 1. Is the fo...