Search found 9 matches

by tcleghorn
Tue Jul 07, 2020 4:37 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Master files with DITA OT Ant builds and properties
Replies: 1
Views: 714

Master files with DITA OT Ant builds and properties

When working with Open Toolkit plugins, I'm struggling to find a way to have properties defined in the OT's root build.xml in scope for plugin Ant build files. I'm sure I remember having done this in the past at some point, but I think I'm missing something crucial. I have a plugin com.example.foo a...
by tcleghorn
Wed Feb 13, 2019 1:18 pm
Forum: Common Problems
Topic: SQF and DITA classes
Replies: 3
Views: 1716

Re: SQF and DITA classes

Yep, it's a weird thing to be doing - long story :) Essentially, we need some preliminary content that will eventually be converted to use new specialisations that we don't yet have. Since they're mainly specialisations of topic/section, we needed a way to have the author specify the intended new se...
by tcleghorn
Mon Feb 11, 2019 8:20 pm
Forum: Common Problems
Topic: SQF and DITA classes
Replies: 3
Views: 1716

SQF and DITA classes

I'm struggling to formulate a Schematron Quickfix that can replace the value of a class attribute with the correct syntax for DITA - it seems to unavoidably strip the required trailing space character. My current code: <xsl:variable name="foo" as="attribute(@class)+' select="doc(...
by tcleghorn
Mon Sep 10, 2018 6:34 pm
Forum: XML Schemas
Topic: Any way to force filebrowser content completion for RNG hrefs?
Replies: 3
Views: 3113

Re: Any way to force filebrowser content completion for RNG hrefs?

Thanks Radu - for what it's worth, I would've thought that the existing behaviour would make more sense with IDREF types than anyURI. Perhaps there's some scope for adding some kind of annotation to RNGs that Oxygen could use? Even a magic trigger-phrase to put in a documentation element would be us...
by tcleghorn
Mon Sep 10, 2018 4:54 pm
Forum: XML Schemas
Topic: Any way to force filebrowser content completion for RNG hrefs?
Replies: 3
Views: 3113

Any way to force filebrowser content completion for RNG hrefs?

I have an attribute @href, used to refer to the URIs of external documents and defined in my RelaxNG schema like this: <attribute name="href"> <data type="anyURI"/> </attribute> There are also ID attributes on other elements in my schema defined as "<data type="ID"...
by tcleghorn
Wed Jan 18, 2017 7:47 pm
Forum: Other Issues
Topic: .tdi term lists - phrases possible?
Replies: 4
Views: 2803

.tdi term lists - phrases possible?

Hi, I can't work out whether it's possible to add a multiple word phrase to the spellcheck dictionaries in a .tdi file - searching the web, I've found conflicting information about Hunspell, without any clear detail. What I'd like is to have something like this: *power-on *power on power up ...such ...
by tcleghorn
Thu Dec 01, 2016 2:31 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Applying extra Schematron validation to DITA
Replies: 3
Views: 1872

Re: Applying extra Schematron validation to DITA

Thanks Radu - there were a couple of things I didn't explain properly though, sorry! Regarding the info/errors display, both users had the Oxygen 'Results' pane correctly, but one only had an 'Info' tab, while the other had only 'Errors'. In both cases, this was within Eclipse, not in the standalone...
by tcleghorn
Tue Nov 29, 2016 6:38 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Applying extra Schematron validation to DITA
Replies: 3
Views: 1872

Applying extra Schematron validation to DITA

I need to set up an extra layer of Schematron "house style" type validation on a DITA authoring and content management system. Authors are using Ixiasoft's DITA-CMS and TextML products, with Oxygen Author 17.1 (plus Ixiasoft's extensions) as an Eclipse plugin, but we (i.e. admins/devs) nee...
by tcleghorn
Thu Nov 24, 2016 12:14 pm
Forum: Feature Request
Topic: Master files renaming
Replies: 1
Views: 1956

Master files renaming

Hi, Is there an existing means of renaming or otherwise labelling Master Files in the project pane? I'm currently working with DITA-OT plugins, and therefore often find myself with multiple "build.xml" and similar files from different OT plugins; it'd be useful to be able to distinguish th...