Search found 4 matches

by davidcoe
Thu Jun 21, 2018 11:21 pm
Forum: General XML Questions
Topic: Will Oxygen replace Arbortext for 40051 TM development
Replies: 4
Views: 3993

Re: Will Oxygen replace Arbortext for 40051 TM development

I use Oxygen for 40051 TM development but the LOGSA stylesheets have to be modified/rewritten to produce good PDFs for page-based TMs. I haven't successfully rewritten those stylesheets due to time constraints. I usually author in Oxygen and publish with Arbortext print composer.
by davidcoe
Fri Oct 28, 2016 6:08 pm
Forum: General XML Questions
Topic: How to insert found element into preceding element?
Replies: 4
Views: 5746

Re: How to insert found element into preceding element?

That solution worked well for consecutive steps and I was able to successfully implement for all steps, as shown below. It may not look elegant but the solution does work. The Notes elements are trickier to manage because they are not consecutive. I am still working that part of the solution as I im...
by davidcoe
Fri Oct 28, 2016 3:23 pm
Forum: General XML Questions
Topic: How to insert found element into preceding element?
Replies: 4
Views: 5746

Re: How to insert found element into preceding element?

First of all, thank you for trying to answer the question with incomplete information. I apologize for that. Secondly, I have been searching for a decent example to my problem and I have not yet found one. I thought to try posting my problem here first because I use Oxygen XML Editor exclusively to ...
by davidcoe
Thu Oct 27, 2016 6:22 pm
Forum: General XML Questions
Topic: How to insert found element into preceding element?
Replies: 4
Views: 5746

How to insert found element into preceding element?

I have a fairly flat XML input file. Some elements have to be nested based on criterion if found. My input file: <document> <proc-title>Process Title 1</proc-title> <note>Process NOTE</note> <trim.para>Process note text.</trim.para> <stepl1>Step 1</stepl1> <stepl1>Step 2</stepl1> <stepl2>Step 2a</st...