Search found 464 matches

by Frank Ralf
Wed Mar 19, 2014 3:34 pm
Forum: Common Problems
Topic: How to toggle attribute values?
Replies: 2
Views: 1775

Re: How to toggle attribute values?

Thanks for these pointers. I had a look at some similar actions but couldn't figure out what to change.

Cheers,
Frank
by Frank Ralf
Wed Mar 19, 2014 3:32 pm
Forum: Feature Request
Topic: Pretty printing for DTDs
Replies: 6
Views: 4094

Re: Pretty printing for DTDs

Thanks for the clarification, Adrian.
by Frank Ralf
Wed Mar 19, 2014 2:55 pm
Forum: Feature Request
Topic: Pretty printing for DTDs
Replies: 6
Views: 4094

Re: Pretty printing for DTDs

Hi Adrian, If you want to change the color of the DTD tokens, go to Options > Preferences, Editor > Colors and expand the DTD node to reveal the configurable token colors. This setting seems to be missing in oXygen Author . I only have settings for XML, JavaScript, XQuery/XPath, PHP, CSS, and Text. ...
by Frank Ralf
Tue Mar 18, 2014 6:45 pm
Forum: Common Problems
Topic: How to toggle attribute values?
Replies: 2
Views: 1775

How to toggle attribute values?

I want to create an Author Action for toggling the alignment of selected table cells. Among the Author Default Operations there is a ChangeAttributeOperation and a ToggleSurroundWithElementOperation . Is there a way to combine these to create something like a "ToggleAttributeOperation"? TI...
by Frank Ralf
Tue Mar 18, 2014 5:59 pm
Forum: Common Problems
Topic: Customizing Toolbars
Replies: 8
Views: 3857

Re: Customizing Toolbars

Many thanks! That was the missing link.

Frank
by Frank Ralf
Tue Mar 18, 2014 5:20 pm
Forum: Common Problems
Topic: Customizing Toolbars
Replies: 8
Views: 3857

Re: Customizing Toolbars

Thanks for the quick reply, Radu! Then in the Toolbar tab a new toolbar can be added and to it you can add the custom actions. That's what I had read in the documentation but I don't find any "Add" button. Can it be that this is because I run oXygen in Author mode and not in Editor or Deve...
by Frank Ralf
Tue Mar 18, 2014 4:54 pm
Forum: Common Problems
Topic: Customizing Toolbars
Replies: 8
Views: 3857

Re: Customizing Toolbars

Hi, I also want to create an additional toolbar for my customized Author Actions. I had a look at the WorkspaceAccess sample plugin from the OxygenPluginsDevelopmentKit and read the PluginDeveloperGuide.pdf but cannot figure out how to achieve this. This looks a bit daunting for the not so Java savv...
by Frank Ralf
Mon Mar 17, 2014 4:40 pm
Forum: Feature Request
Topic: Pretty printing for DTDs
Replies: 6
Views: 4094

Re: Pretty printing for DTDs

Thanks for the quick reply, Adrian. I've found out that the indentation can be easily achieved by a simple search & replace (regular expression: Search: \<!ATTLIST Replace: \t<!ATTLIST (Note: The backslash in the search expression is required to escape the <. In the replace expression it's part ...
by Frank Ralf
Mon Mar 17, 2014 2:34 pm
Forum: Feature Request
Topic: Pretty printing for DTDs
Replies: 6
Views: 4094

Pretty printing for DTDs

I'd like to have the attribute declarations indentated and the tags preferably in a different color than the element declaration. Can I set this somewhere in the preferences?
...
<!ELEMENT p (#PCDATA | i | xref)*>
<!ATTLIST p class CDATA #IMPLIED>
...
TIA
Frank
by Frank Ralf
Mon Mar 17, 2014 2:30 pm
Forum: Feature Request
Topic: What about Git support?
Replies: 102
Views: 64862

Re: What about Git support?

There's a nice tutorial by Eliot Kimber:

"Using Git to manage multiple OTs for use With OxygenXML"
https://groups.yahoo.com/neo/groups/dit ... pics/34457

Frank
by Frank Ralf
Thu Mar 13, 2014 11:13 am
Forum: XSLT and FOP
Topic: Include comments in PDF output
Replies: 6
Views: 11161

Re: Include comments in PDF output

Hi Radu,

Thanks for the pointers!

Cheers,
Frank
by Frank Ralf
Wed Mar 12, 2014 6:35 pm
Forum: XSLT and FOP
Topic: Include comments in PDF output
Replies: 6
Views: 11161

Re: Include comments in PDF output

We have the same feature request for DITA content transformed to PDF. The users want to see the review comments from oXygen also in PDF. Is there a similar workaround for DITA?

TIA
Frank
by Frank Ralf
Wed Mar 12, 2014 4:29 pm
Forum: Common Problems
Topic: Editor variable ${timestamp} the same as ${date(yyyy-MM-dd)}
Replies: 3
Views: 2583

Re: Editor variable ${timestamp} the same as ${date(yyyy-MM-

You are right. My bad, I failed to scroll far enough down the help page. :-(
Sorry.

Frank
by Frank Ralf
Wed Mar 12, 2014 3:40 pm
Forum: Common Problems
Topic: Editor variable ${timestamp} the same as ${date(yyyy-MM-dd)}
Replies: 3
Views: 2583

Re: Editor variable ${timestamp} the same as ${date(yyyy-MM-

Just found out myself. The variables differ and one can modify the date/time format.

So this just some information missing from the documentation ;-)

Frank
by Frank Ralf
Wed Mar 12, 2014 3:34 pm
Forum: Common Problems
Topic: Editor variable ${timestamp} the same as ${date(yyyy-MM-dd)}
Replies: 3
Views: 2583

Editor variable ${timestamp} the same as ${date(yyyy-MM-dd)}

oXygen provides the editor variable ${date(yyyy-MM-dd)} wheras the documentation refers to it as ${timestamp}? Are both variables the same? Or can I modify the date/time format of ${date(yyyy-MM-dd)}?

Frank
by Frank Ralf
Fri Mar 07, 2014 4:34 pm
Forum: Common Problems
Topic: A network folder won't show in the project files
Replies: 5
Views: 2236

Re: A network folder won't show in the project files

Many thanks for the thorough explanation and the hint. I will try as suggested :-)

Frank
by Frank Ralf
Fri Mar 07, 2014 3:31 pm
Forum: Common Problems
Topic: A network folder won't show in the project files
Replies: 5
Views: 2236

Re: A network folder won't show in the project files

This is rather strange. The network folder only doesn't show when I run oXygen with administrator user rights (which I need because I'm working on an OT plugin in oXygen's install directory). When I start oXygen with normal user rights everything is ok and the network folder shows in the project. So...
by Frank Ralf
Fri Mar 07, 2014 11:10 am
Forum: Common Problems
Topic: A network folder won't show in the project files
Replies: 5
Views: 2236

Re: A network folder won't show in the project files

Thanks for the quick reply.

I'm using oXygen 15.2 (64 bit version) on Windows 7 Professional (64 bit). It's a mapped network drive and it's automatically mounted in Windows and reachable via Windows Explorer.

I'll have another look to provide more details and will report back.

Frank
by Frank Ralf
Thu Mar 06, 2014 12:32 pm
Forum: Common Problems
Topic: A network folder won't show in the project files
Replies: 5
Views: 2236

A network folder won't show in the project files

I still have the problem that sometimes a network folder won't show in the project files when starting oXygen an re-opening a project (Windows 7 Pro). Even re-starting oXygen doesn't solve the problem. The issue is rather annoying because all opened project files from the network folder are closed w...
by Frank Ralf
Wed Feb 26, 2014 1:14 pm
Forum: Common Problems
Topic: CDATA stripped from <codeblock> view in Author mode
Replies: 2
Views: 1416

Re: CDATA stripped from <codeblock> view in Author mode

Hi Radu, The issue should have better be named "CDATA not shown as is in Author mode", sorry for not being precise enough. You are right, the CDATA section is still there and rendered as a tag. I thought everything within a <codeblock> element is rendered "as is". Sorry for the f...
by Frank Ralf
Tue Feb 25, 2014 7:21 pm
Forum: Common Problems
Topic: CDATA stripped from <codeblock> view in Author mode
Replies: 2
Views: 1416

CDATA stripped from <codeblock> view in Author mode

When viewing https://github.com/jeremygriffith/DITA- ... ACode.dita in Author mode the CDATA within <codeblock> is stripped which IMO shouldn't happen.
by Frank Ralf
Wed Feb 19, 2014 6:30 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: CSS Debuging
Replies: 10
Views: 4352

Re: CSS Debuging

Thanks for your quick reply, Radu.

Actually, it's only that we are missing the power of Firebug & Co. to fiddle with the CSS as the OP has already stated ;-)

Kind regards,
Frank
by Frank Ralf
Wed Feb 19, 2014 11:05 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: CSS Debuging
Replies: 10
Views: 4352

Re: CSS Debuging

We are also very interested in better support for debugging and customising DITA CSS. Is there any way we could help and speed up things?

Kind regards,
Frank
by Frank Ralf
Thu Feb 13, 2014 4:12 pm
Forum: Common Problems
Topic: Class attribute error
Replies: 14
Views: 6828

Re: Class attribute error

Of course you're right, Radu. I've been blinded a bit by my DITA context ;-)
by Frank Ralf
Mon Feb 10, 2014 5:12 pm
Forum: Common Problems
Topic: Class attribute error
Replies: 14
Views: 6828

Re: Class attribute error

I've just noticed that oXygen's template for XML Catalog 1.1 files looks like this: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE catalog PUBLIC "-//OASIS//DTD XML Catalogs V1.1//EN" "http://www.oasis-open.org/committees/entity/release/1.1/catalog.dtd"> <ca...
by Frank Ralf
Wed Feb 05, 2014 5:47 pm
Forum: Common Problems
Topic: How to debug DITA Legacy PDF transformation?
Replies: 3
Views: 1832

Re: How to debug DITA Legacy PDF transformation?

Thanks for your kind offer. Unfortunately we've inherited the legacy transformation from the client and probably cannot switch to the newer PDF transformation so easily.
by Frank Ralf
Wed Feb 05, 2014 4:54 pm
Forum: Common Problems
Topic: How to debug DITA Legacy PDF transformation?
Replies: 3
Views: 1832

Re: How to debug DITA Legacy PDF transformation?

I've just noticed that I can run the debugger when switching to the XSLT Debugger perspective.

Before I had tried to debug the scenario from the scenario context menu in Editor perspective.

Sorry for the false alert.
by Frank Ralf
Wed Feb 05, 2014 4:29 pm
Forum: Common Problems
Topic: How to debug DITA Legacy PDF transformation?
Replies: 3
Views: 1832

How to debug DITA Legacy PDF transformation?

I want to debug a DITA Legacy PDF transformation, however the instructions I found only pertain to the newer PDF2 transformation: How to debug using the DITA-OT? How to trace a transformation process in the XSLT Debugger Is it possible to use the XSLT debugger also for legacy transformations? TIA Fr...
by Frank Ralf
Tue Feb 04, 2014 6:23 pm
Forum: Common Problems
Topic: Text file import: spaces converted to underscores
Replies: 2
Views: 1395

Re: Text file import: spaces converted to underscores

Thanks for the quick reply!
by Frank Ralf
Tue Feb 04, 2014 3:14 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Adding XSLT file to catalog-dita.xml
Replies: 2
Views: 1896

Re: Adding XSLT file to catalog-dita.xml

Thanks, Radu. I will have a look at your tutorial and report back ;-)