Search found 12 matches

by shiney_98
Wed Apr 12, 2023 9:48 am
Forum: Other Issues
Topic: How to create a new element in oxygen using xsd
Replies: 2
Views: 501

How to create a new element in oxygen using xsd

Hi,

I want to add a new custom element in oxygen using xsd.
The thing is I want to able to see a new element named as "xxx_something" when i place the cursor in an entry element of a table and press the enter key.

Regards,
Shiney.
by shiney_98
Mon Jul 25, 2022 7:23 pm
Forum: XSLT and FOP
Topic: How to get the path last element using xslt
Replies: 3
Views: 1389

How to get the path last element using xslt

Hi, I have a param in xslt . For Example, <xsl:param name="filePath"/> The filepath is something like C:\xml\inwork\bookmap\preview\lessonName I need to print exactly the lessonName in the attribute value. I tried using <substring-after($filePath, '/')[last[])"/> and <substring-after(...
by shiney_98
Wed Apr 13, 2022 9:08 pm
Forum: XSLT and FOP
Topic: How to filter the dita file on the basis of the value of an attribute.
Replies: 1
Views: 856

How to filter the dita file on the basis of the value of an attribute.

How to filter the dita file on the basis of the value of an attribute so that intermediateXMl has only specified topics. Suppose I have an attribute named product with the value of true and false in oxygen editor. I apply both product = true and product = false for two different topics. While publis...
by shiney_98
Fri Oct 22, 2021 11:22 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Conref Reuse
Replies: 3
Views: 886

Re: Conref Reuse

Hi, So my source topic is like this topic1.dita: <section> <p id="reuse"> <b id="conref"> Para </b></p> </section> And when i use the conref in the target topic, the xml in text mode for the conref is shown like this topic2: <p conref = topic1.dita#topic1/reuse /> The id of b tag...
by shiney_98
Mon Oct 18, 2021 4:43 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Conref Reuse
Replies: 3
Views: 886

Conref Reuse

Hi, I created a source topic I created a target topic and used conref attribute to make use of the tags. I created map and used both source and target topics and created a bookmap and inserted the map. After Publishing the bookmap, I am not able to get the text processed properly in the PDF. This is...
by shiney_98
Wed Oct 13, 2021 7:06 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Conref Topics
Replies: 1
Views: 597

Conref Topics

While using the conref attribute in target topic from source topic, the bold, italics and underline changes doesn't get reflected in the published pdf of a bookmap. I applied bold, italics and underline in my source topic. After that using conref, I referred the content like <p>, <div> from source t...
by shiney_98
Fri Sep 24, 2021 10:14 am
Forum: XSLT and FOP
Topic: Preventing contents of the row from disappering
Replies: 1
Views: 1168

Preventing contents of the row from disappering

Hi, I want to keep my contents of the row on the same page , so I've used keep-together.within-page="always" on fo:table-row and I'm getting expected output i.e. when the contents of the row are more, it is moving to next page with the header rows. But, when the contents of the row exceeds...
by shiney_98
Mon Sep 13, 2021 11:53 am
Forum: XSLT and FOP
Topic: How to keep all entire rows together on the same page when assembling tables.
Replies: 5
Views: 4754

Re: How to keep all entire rows together on the same page when assembling tables.

I wanted to keep the contents of the row together on the same page while assembling tables.. I've tried using keep-together.within-page="always", keep-together.within-column="always" and keep-with-next.within.page="always" separately in <fo:table-row> but it is not show...
by shiney_98
Mon Sep 13, 2021 6:55 am
Forum: XSLT and FOP
Topic: How to keep all entire rows together on the same page when assembling tables.
Replies: 5
Views: 4754

Re: How to keep all entire rows together on the same page when assembling tables.

Hi, thanks for the reply. Could you indicate which version of Oxygen you are currently using? The current version I'm using is Oxygen 23.0 Could you also precise which input you want to transform into PDF? While assembling tables in a dita document file(topic), I want the table rows with content tha...