Search found 452 matches

by Frank Ralf
Mon Jun 23, 2014 5:41 pm
Forum: Common Problems
Topic: "visibility, -oxy-collapse-text" doesn't work with oxy_combo
Replies: 2
Views: 1408

"visibility, -oxy-collapse-text" doesn't work with oxy_combo

Hi, When using " visibility, -oxy-collapse-text " with the combobox form control , only the following syntax seems to work: oxy_editor( type, combo, visibility, -oxy-collapse-text, ... ); The following syntax throws an error message: "visibility is not a valid argument for function ox...
by Frank Ralf
Wed Jun 18, 2014 6:23 pm
Forum: Common Problems
Topic: Inconsistent regular expression behavior with Find/Replace
Replies: 3
Views: 2299

Re: Inconsistent regular expression behavior with Find/Repla

(?s) works like a charm and helps tremendously!

Many thanks again for your help,
Frank
by Frank Ralf
Wed Jun 18, 2014 1:29 pm
Forum: Common Problems
Topic: Inconsistent regular expression behavior with Find/Replace
Replies: 3
Views: 2299

Re: Inconsistent regular expression behavior with Find/Repla

Hi Adrian,

Thanks for the explanation and the pointers for a workaround. I will try that.

Kind regards,
Frank
by Frank Ralf
Tue Jun 17, 2014 6:01 pm
Forum: Common Problems
Topic: Inconsistent regular expression behavior with Find/Replace
Replies: 3
Views: 2299

Inconsistent regular expression behavior with Find/Replace

Hi, I've noticed that the regular expressions do behave differently in Find/Replace within a single file and Find/Replace in Files , most notably the behavior of a point "." As the " Dot matches all " option (Perl's /s modifier) is missing from Find/Replace in Files this makes it...
by Frank Ralf
Tue Jun 17, 2014 6:00 pm
Forum: Common Problems
Topic: Inconsistent regular expression behavior with Find/Replace
Replies: 0
Views: 2746

Inconsistent regular expression behavior with Find/Replace

Hi, I've noticed that the regular expressions do behave differently in Find/Replace within a single file and Find/Replace in Files , most notably the behavior of a point "." As the " Dot matches all " option (Perl's /s modifier) is missing from Find/Replace in Files this makes qu...
by Frank Ralf
Tue Jun 17, 2014 2:46 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Legacy PDF and PDF2 - where's the difference?
Replies: 2
Views: 1716

Legacy PDF and PDF2 - where's the difference?

Hi, We finally will switch from the Legacy PDF transformation to the current PDF2 transformation . However, as both transformation use the same FO processor (Apache FOP), I'm wondering what and where exactly is the difference between these two transformations? This would be good to know as we gradua...
by Frank Ralf
Mon Jun 16, 2014 10:44 am
Forum: Common Problems
Topic: Buildfile: build.xml does not exist! Build failed
Replies: 30
Views: 22731

Re: Buildfile: build.xml does not exist! Build failed

Thanks for this clarification, Radu.

Frank
by Frank Ralf
Fri Jun 13, 2014 12:40 pm
Forum: Common Problems
Topic: Buildfile: build.xml does not exist! Build failed
Replies: 30
Views: 22731

Re: Buildfile: build.xml does not exist! Build failed

I've tried your suggestions successfully, Radu. However, shouldn't Ant run integrator.xml instead of build.xml?

Frank
by Frank Ralf
Thu Jun 12, 2014 12:29 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Teaching DITA new protocols for links
Replies: 5
Views: 3285

Re: Teaching DITA new protocols for links

Hi Radu,
Thanks for the quick reply and the workaround. Will try that ;-)

Kind regards,
Frank
by Frank Ralf
Wed Jun 11, 2014 6:22 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Teaching DITA new protocols for links
Replies: 5
Views: 3285

Teaching DITA new protocols for links

Hi, We want to link to external DOORS (requirement management system) resources from DITA files. The links look like this: doors://inc4209.server.de-hxg01.domain.com:36677/?version=2&prodID=0&urn=urn:telelogic::1-455c3682813a957b-M-00013f00 Trying to create an <xref> doesn't work, because th...
by Frank Ralf
Wed Jun 11, 2014 5:59 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Override Smart Paste for DITA?
Replies: 2
Views: 1627

Re: Override Smart Paste for DITA?

Wow, that sound's really cool! Many thanks for the quick response and the pointer, Sorin.
by Frank Ralf
Wed Jun 11, 2014 11:01 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Override Smart Paste for DITA?
Replies: 2
Views: 1627

Override Smart Paste for DITA?

Hi, We've been using Smart Paste for converting some Word content to DITA, which works as promised. However, we use a specialized DTD which for example requires <li> items to include a <p> tag. Therefore we would like to override the default Smart Paste behavior. Is that possible? And if, how? I've ...
by Frank Ralf
Thu Jun 05, 2014 12:57 pm
Forum: Feature Request
Topic: Better bookmark titles for online documentation
Replies: 2
Views: 1847

Re: Better bookmark titles for online documentation

Hi Adrian,

Many thanks for the quick reply and the workaround.

Frank
by Frank Ralf
Thu Jun 05, 2014 12:02 pm
Forum: Feature Request
Topic: Better bookmark titles for online documentation
Replies: 2
Views: 1847

Better bookmark titles for online documentation

Hi, I often bookmark pages from the online user guide, for example http://www.oxygenxml.com/doc/ug-author/#topics/dg-visibility-css-extension.html Unfortunately, the bookmark only says "Oxygen XML Author 16.0" and doesn't give a clue regarding the content of that page, probably due to the ...
by Frank Ralf
Wed Jun 04, 2014 2:25 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: CSS Debuging
Replies: 10
Views: 4304

Re: CSS Debuging

Thanks for the quick reply, Radu.

Frank
by Frank Ralf
Wed Jun 04, 2014 12:34 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: CSS Debuging
Replies: 10
Views: 4304

Using Firebug Lite with oXygen?

Is it possible to use Firebug Lite (https://getfirebug.com/firebuglite) with oXygen? This is just a JavaScript file so shouldn't be too difficult to make this available in Author mode. This would help editing and debugging CSS tremendously.

Kind regards,
Frank
by Frank Ralf
Fri May 16, 2014 5:31 pm
Forum: Common Problems
Topic: Recognize build.xml as Ant file
Replies: 4
Views: 2057

Re: Recognize build.xml as Ant file

Thanks for this information, Radu.

Frank
by Frank Ralf
Fri May 16, 2014 3:45 pm
Forum: Common Problems
Topic: Recognize build.xml as Ant file
Replies: 4
Views: 2057

Re: Recognize build.xml as Ant file

Hi Radu, thanks for the quick reply. You are right, having <project> as root element should be enough to identify an Ant file. However, I was wondering, because when opening for example [Oxygen XML Author 15 program folder]\frameworks\dita\DITA-OT\build.xml , Xerces is complaining about wrong parent...
by Frank Ralf
Fri May 16, 2014 2:02 pm
Forum: Common Problems
Topic: Recognize build.xml as Ant file
Replies: 4
Views: 2057

Recognize build.xml as Ant file

Hi,

Of course there are many kinds of build files around, but can I make oXygen recognize any build.xml file as being an Ant file by default?

TIA
Frank
by Frank Ralf
Fri May 16, 2014 12:38 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Make Legacy PDF transformation respect @processing-role="res
Replies: 2
Views: 1729

Re: Make Legacy PDF transformation respect @processing-role=

Thanks for the quick response. I don't quite know, hardly anybody uses the Legacy PDF transform anymore, ... I know, I know ... but we have inherited the whole customized transformation from our customer and will be stuck with it, at least for the near future :? However, if the Legacy PDF is hamperi...
by Frank Ralf
Fri May 16, 2014 11:56 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Make Legacy PDF transformation respect @processing-role="res
Replies: 2
Views: 1729

Make Legacy PDF transformation respect @processing-role="res

Hi, We still use the Legacy PDF transformation for historical reasons in one of our projects. We've now started using key references, putting all the key definitions in a separate map file. If a separate DITA map is created that contains only key definitions, it should have the @processing-role attr...
by Frank Ralf
Fri May 16, 2014 11:10 am
Forum: Common Problems
Topic: Buildfile: build.xml does not exist! Build failed
Replies: 30
Views: 22731

Re: Buildfile: build.xml does not exist! Build failed

Thanks for the thorough explanation, Radu! We made other customizations to the build file as well, so your information will help us find the best approach to integrate them into the external OT.

Kind regards,
Frank
by Frank Ralf
Wed May 14, 2014 12:57 pm
Forum: Common Problems
Topic: Buildfile: build.xml does not exist! Build failed
Replies: 30
Views: 22731

Re: Buildfile: build.xml does not exist! Build failed

Hi Radu, Thanks to your hints I now can run Ant successfully. However, now I get the following error message with the build.xml file that comes with the OT 1.7.5: BUILD FAILED C:\DITA-OT\DITA-OT1.7.5\build.xml:27: [DOTA001F][FATAL] "${transtype}" is not a recognized transformation type. Su...
by Frank Ralf
Wed May 14, 2014 12:18 pm
Forum: Common Problems
Topic: Buildfile: build.xml does not exist! Build failed
Replies: 30
Views: 22731

Re: Buildfile: build.xml does not exist! Build failed

Thanks for the quick response, Radu. I will try your suggestions and report back.

Frank
by Frank Ralf
Tue May 13, 2014 6:16 pm
Forum: Common Problems
Topic: Buildfile: build.xml does not exist! Build failed
Replies: 30
Views: 22731

Re: Buildfile: build.xml does not exist! Build failed

I tried running Ant from the command line but failed: C:\DITA-OT\DITA-OT1.7.5\tools\ant\bin>ant Unable to locate tools.jar. Expected to find it in C:\ProgramData\Adobe\CS5\lib\tools.jar Buildfile: build.xml does not exist! Build failed Looks like Adobe has hijacked one of the Java environment variab...
by Frank Ralf
Tue May 13, 2014 6:02 pm
Forum: Common Problems
Topic: Buildfile: build.xml does not exist! Build failed
Replies: 30
Views: 22731

Re: Buildfile: build.xml does not exist! Build failed

Hi Radu, You probably edited the transformation scenario and in the Parameters tab set a value for the dita.dir parameter. That value must be a file path like C:\DITA-OT\DITA-OT1_7_2\build.xml and not an URL path like you have now file:\C:\DITA-OT\DITA-OT1_7_2\build.xml . You were right. I had copie...
by Frank Ralf
Mon May 12, 2014 1:48 pm
Forum: Common Problems
Topic: Buildfile: build.xml does not exist! Build failed
Replies: 30
Views: 22731

Re: Buildfile: build.xml does not exist! Build failed

Thanks for the quick response, Radu. I will try that and report back.

Frank
by Frank Ralf
Fri May 09, 2014 5:43 pm
Forum: Common Problems
Topic: Buildfile: build.xml does not exist! Build failed
Replies: 30
Views: 22731

Re: Buildfile: build.xml does not exist! Build failed

Hi, I'm getting the same error message when using an external DITA-OT with oXygen 15.2 and a custom DITA transformation. The build.xml file exists but the build fails directly after starting the transformation. Buildfile: file:\C:\DITA-OT\DITA-OT1_7_2\build.xml does not exist! Build failed Frank
by Frank Ralf
Fri May 09, 2014 5:12 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Using external DITA-OT requires empty "lib/saxon" folder
Replies: 3
Views: 2036

Re: Using external DITA-OT requires empty "lib/saxon" folder

Just for clarification: I used the "standard" release and not the "full easy install" release, which actually contains a lib/saxon folder with all the required .jar files.

Frank