Search found 37 matches

by cjboorman
Tue Sep 20, 2016 3:14 am
Forum: Feature Request
Topic: What about Git support?
Replies: 102
Views: 63652

Re: What about Git support?

Four years ago, I joined a company (TeleSign) as a Technical Writer. At the time, TeleSign had just migrated their version control system from SVN to Git (hosted internally). I'd never heard of Git, and since my new development team was using it, I decided to try to use it for my content version con...
by cjboorman
Tue Sep 20, 2016 2:58 am
Forum: Feature Request
Topic: Tool-tip Acronym Expansions
Replies: 11
Views: 7929

Tool-tip Acronym Expansions

I'm creating a document that contains many acronyms. As I'm reading through the document, I continually have to look up the acronym I'm currently readying (my memory isn't good enough to remember so many acronyms). It would be nice if I could simply hover my cursor over an acronym, and have the defi...
by cjboorman
Tue Sep 20, 2016 2:51 am
Forum: Feature Request
Topic: Editor Macro Support
Replies: 1
Views: 2664

Editor Macro Support

I'm migrating from Microsoft Word to oxygen XML Editor. I'm accustomed to creating small macros (in Visual Basic for Applications) to help me accomplish large amounts of work in a short period of time. I'm currently building a large DITA map (and creating hundreds of DITA topics) by cutting and past...
by cjboorman
Tue Dec 22, 2015 12:24 am
Forum: XML Schemas
Topic: Edits to xsdDocHtml.xsl Don't Have Any Effect
Replies: 1
Views: 2283

Edits to xsdDocHtml.xsl Don't Have Any Effect

I'm trying to customize the schema documentation XSLT transformation ( C:\Program Files\Oxygen XML Editor 17\frameworks\schema_documentation\xsl\ xsdDocHtml.xsl ) and have found that my change doesn't have any effect (I gave myself read/write permission to this file). I want to add a link to my own ...
by cjboorman
Sat Dec 19, 2015 3:03 am
Forum: XML Schemas
Topic: Can't Debug xsdDocHtml.xsl
Replies: 1
Views: 2323

Can't Debug xsdDocHtml.xsl

I've successfully used oXygen to generate documentation for my schema. Now I want to use oXygen's XSLT Debugger to step-through the transformation (xsdDocHtml.xsl) to learn how the stylesheet works – so I can customize it. I configured a basic transformation scenario, but it won't compile and it's n...
by cjboorman
Wed Dec 16, 2015 11:37 pm
Forum: XML Schemas
Topic: Group by - default = Location
Replies: 2
Views: 5776

Group by - default = Location

In the XML schema documentation oXygen generates, the table of contents contains a Group by drop-down control that allows you to choose between Namespace , Location , and Component Type ; with the default being Namespace . I would like to change the default to Location . How can I do it? Thanks, Chr...
by cjboorman
Thu Dec 10, 2015 12:37 am
Forum: XML Schemas
Topic: Hyperlinking inside the Document element
Replies: 1
Views: 2207

Hyperlinking inside the Document element

I'm using oXygen XML Editor to document an XML schema ( XSD file) and inside an <xs:documentation> tag, I want to include [Codebox=]"For more information, see <a href="http://www.acriss.org/expanded-matrix.asp">ACRISS Car Codes</a>"[/Codebox] The problem is that the HTML markup a...