Search found 13 matches

by yiyi_vivi
Tue Mar 26, 2013 11:17 pm
Forum: General XML Questions
Topic: Insert a link of video
Replies: 1
Views: 1725

Insert a link of video

Hi all, We want to insert a link in a dita file, so that if we click the link in the output file (e.g. pdf or webhelp), it will open a new window and show the video to us. And here's my approach, first embed the video clip in a html file, then insert the html file into the dita file by using <xref> ...
by yiyi_vivi
Thu Mar 14, 2013 5:35 pm
Forum: General XML Questions
Topic: Problem when generating WebHelp output using <part> element
Replies: 5
Views: 3022

Re: Problem when generating WebHelp output using <part> element

Hi Sorin, Thank you so much for your reply. However, when I generated the WebHelp output after replacing toc_dita.xsl, the transformation failed. dita.out.map.webhelp.toc: [xslt] Transforming into C:\Yi\CrossAsset\BeginnerGuide\beginner_guide\out\webhelp [xslt] Processing C:\Yi\CrossAsset\BeginnerGu...
by yiyi_vivi
Wed Mar 13, 2013 10:10 pm
Forum: General XML Questions
Topic: Problem when generating WebHelp output using <part> element
Replies: 5
Views: 3022

Problem when generating WebHelp output using <part> element

Hi all, I'm using Oxygen XML Editor 14.2 right now. I had a problem when I generated the WebHelp output if I use <part> in a bookmap. I didn't make any changes to the stylesheet yet. I checked the output folder, the files are all transformed to html, however, in index.html, or index_frames.html, the...
by yiyi_vivi
Fri Feb 22, 2013 10:49 pm
Forum: XSLT and FOP
Topic: How to configure rowheader in PDF output?
Replies: 3
Views: 2543

How to configure rowheader in PDF output?

Hi all, In a table, I want to make the first column as the header, so I use <table frame="all" scale="80" rowheader="firstcol" > But in PDF output, the first column is not bold as in the WebHelp output. And also I want to add a background-color to the first column to ma...
by yiyi_vivi
Sat Feb 16, 2013 1:31 am
Forum: General XML Questions
Topic: DITA footnote in table not working with PDF transform
Replies: 11
Views: 7479

Re: DITA footnote in table not working with PDF transform

Hi Radu, Yes, you're right about fn_callout and fn_body, however I want to modify the font size of the callout of a footnote, since it is too big in a table. But the thing is whatever changes you made to the fn_callout, it will only affect those footnotes outside a table, not in a table. And there's...
by yiyi_vivi
Thu Feb 14, 2013 9:03 pm
Forum: General XML Questions
Topic: DITA footnote in table not working with PDF transform
Replies: 11
Views: 7479

Re: DITA footnote in table not working with PDF transform

Hi Radu, I think the predefined values in DITA-OT/demo/fo/cfg/fo/attrs/commons-attr.xsl only work for those footnotes used outside a table. Since when I changed the following code: From <xsl:attribute-set name="fn__callout"> <xsl:attribute name="keep-with-previous.within-line">al...
by yiyi_vivi
Mon Dec 03, 2012 5:39 pm
Forum: XSLT and FOP
Topic: Header problems when chapters and parts in bookmap
Replies: 4
Views: 2867

Re: Header problems when chapters and parts in bookmap

Hi Radu,

Thank you very much for your help! It works!

Best,
Ivy
by yiyi_vivi
Sat Dec 01, 2012 1:43 am
Forum: XSLT and FOP
Topic: Header problems when chapters and parts in bookmap
Replies: 4
Views: 2867

Header problems when chapters and parts in bookmap

Hi all, I had a header problem in PDF when chapters are contained in parts. When a bookmap only contains chapters, the header will be shown as: Product Name | Chapter Name | Page Number, however, if chapters are contained in parts in a bookmap, for those Part pages, the header will be: Product Name ...
by yiyi_vivi
Wed Nov 21, 2012 6:44 pm
Forum: XSLT and FOP
Topic: Configuration of the contents
Replies: 1
Views: 1229

Configuration of the contents

Hi,

Is there anyway to change the configuration of the contents?
http://postimage.org/image/ig5qtr7cl
It seems the chapter name is too long, the chapter name and page number squeeze.

Thanks,
Ivy
by yiyi_vivi
Thu Nov 15, 2012 11:28 pm
Forum: XSLT and FOP
Topic: <ul>/<ol> lists configuration
Replies: 4
Views: 3779

Re: <ul>/<ol> lists configuration

Hi Sorin,

Thanks a lot. What you said is what I did. And my question at this point is: Can I create a new XSLT stylesheet for lists only, named lists-attr-cumstom.xsl, and import this customized stylesheet in fo/attrs/custom.xsl? I think this should be work also. However it didn't.
by yiyi_vivi
Wed Nov 14, 2012 8:34 pm
Forum: XSLT and FOP
Topic: <ul>/<ol> lists configuration
Replies: 4
Views: 3779

Re: <ul>/<ol> lists configuration

Oh, actually I made the changes in common-attr-custom.xsl, it works.

But is it supposed to work if I made changes in lists-attr-custom.xsl?

Thanks,
Ivy
by yiyi_vivi
Wed Nov 14, 2012 7:16 pm
Forum: XSLT and FOP
Topic: <ul>/<ol> lists configuration
Replies: 4
Views: 3779

<ul>/<ol> lists configuration

I want to increase the space between the list number and the list content, and also I want to make the list number normal, not in bold. I almost modified every number in list-attr.xsl, but nothing happened. <!--Ordered list--> <xsl:attribute-set name="ol" use-attribute-sets="common.bl...