Search found 26 matches

by kruncher
Fri Apr 08, 2016 10:11 pm
Forum: Other Issues
Topic: Insert GUID?
Replies: 8
Views: 5996

Re: Insert GUID?

I stopped using <oxygen/> a long time ago in favour of the likes of Sublime and VSCode (which have GUID generator plugins); however, back when I was experiencing this limitation in <oxygen/> I did make a little tool to ease this process. Essentially you run the tool; and then you use Ctrl+Shift+V in...
by kruncher
Mon Aug 06, 2012 4:09 pm
Forum: Other Issues
Topic: Insert GUID?
Replies: 8
Views: 5996

Re: Insert GUID?

Okay fair enough, I will consider upgrading sometime in the future.
by kruncher
Mon Aug 06, 2012 7:01 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Problem with Glossary
Replies: 3
Views: 2790

Re: Problem with Glossary

Even easier! <backmatter> <booklists> <glossarylist navtitle="Glossary" locktitle="yes" chunk="to-content"> <topicref href="topics/glossary.dita" type="dita" toc="no" linking="none"/> </glossarylist> <indexlist/> </booklists> </ba...
by kruncher
Mon Aug 06, 2012 6:54 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Problem with Glossary
Replies: 3
Views: 2790

Re: Problem with Glossary

Ah, this is probably not the right solution, but it does appear to work. Instead of using the `glossgroup` element I am using the `dita` element and including it into my book map as follows: <backmatter> <booklists> <glossarylist> <topichead navtitle="Glossary" locktitle="yes" ch...
by kruncher
Mon Aug 06, 2012 6:48 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Problem with Glossary
Replies: 3
Views: 2790

Problem with Glossary

Hi I have created a glossary by creating a document with the root element "glossgroup" with the title "Glossary". In my bookmap I have added the following: <backmatter> <booklists> <glossarylist href="topics/glossary.dita" type="glossgroup"/> </booklists> </ba...
by kruncher
Sat Aug 04, 2012 1:00 am
Forum: Other Issues
Topic: Insert GUID?
Replies: 8
Views: 5996

Re: Insert GUID?

No worries, I have created a simple application that generates and pastes GUIDs automatically using a hotkey.

I have uploaded the application to GitHub for anybody interested:
https://github.com/kruncher/guid-generator-hotkey
by kruncher
Thu Aug 02, 2012 11:21 pm
Forum: Other Issues
Topic: Insert GUID?
Replies: 8
Views: 5996

Insert GUID?

Hi guys Is it possible to insert a unique GUID into XML documents when editing? I would like to add unique GUID's in my DITA documentation for the topic id attribute. In NotePad++ there there is a simple plugin that generates and inserts a GUID at the caret position. I was able to map this to a keyb...
by kruncher
Thu Aug 02, 2012 11:15 pm
Forum: Feature Request
Topic: CSS3: Printing Functionality
Replies: 3
Views: 2747

Re: CSS3: Printing Functionality

Hi

Out of interest, has any progress been made on this in newer versions of Oxygen? (I am still using 10.3)

Many thanks
by kruncher
Mon Jan 18, 2010 2:47 pm
Forum: Feature Request
Topic: CSS3: Printing Functionality
Replies: 3
Views: 2747

CSS3: Printing Functionality

Hi guys, It would be great if <oxygen/> included a print function which can print XHTML+CSS3 to include features like: content: leader('.') target-counter(attr(href), page); At present the only way to achieve this is with a program called Prince (which is rather expensive). Many thanks, Lea Hayes
by kruncher
Mon Oct 19, 2009 4:01 pm
Forum: General XML Questions
Topic: Combine Multiple RelaxNG Schemas
Replies: 5
Views: 4060

Re: Combine Multiple RelaxNG Schemas

Thanks again for your help!
by kruncher
Sun Oct 18, 2009 6:54 pm
Forum: General XML Questions
Topic: Combine Multiple RelaxNG Schemas
Replies: 5
Views: 4060

Re: Combine Multiple RelaxNG Schemas

Hi George, I have another question regarding Jing and Trang. I created the following Windows batch file using your advise, and this has been working great. In a Java project I have added the "jing.jar" and "trang.jar" into the build path. Do you know how I can replicate the follo...
by kruncher
Thu Aug 13, 2009 9:22 pm
Forum: General XML Questions
Topic: Combine Multiple RelaxNG Schemas
Replies: 5
Views: 4060

Re: Combine Multiple RelaxNG Schemas

Thanks George, that is fantastic!

I have a couple of Schematron bits that get lost, but this isn't too much of a problem because I can just drop those back in manually.

Thanks again!
Lea Hayes
by kruncher
Wed Aug 12, 2009 6:49 pm
Forum: General XML Questions
Topic: Combine Multiple RelaxNG Schemas
Replies: 5
Views: 4060

Combine Multiple RelaxNG Schemas

Hi guys,

I have a large selection of RelaxNG schemas files. There is one root most file which is called "selector.rng", and this includes the various other RelaxNG modules.

Is there a utility that will combine all of these schemas into a single file?

Many thanks!
Lea Hayes
by kruncher
Mon Aug 10, 2009 9:11 pm
Forum: Feature Request
Topic: XSLT Validation in Editor
Replies: 3
Views: 1878

Re: XSLT Validation in Editor

> There is no specification that requires that. Surely "xml:base" must validate with "xs:anyURI"? It was actually Michael Kay (author of Saxon) who told me it was invalid to have an AVT in a "xml:base" attribute. And it certainly makes sense, because the "xml:base&...
by kruncher
Mon Aug 10, 2009 1:52 pm
Forum: Feature Request
Topic: XSLT Validation in Editor
Replies: 3
Views: 1878

XSLT Validation in Editor

Hi, I have recently experienced a serious problem with one of my stylesheets which could have been eased if the XSLT validation in the <oxygen/> editor raised the following as an error: <xsl:template match="something"> <!-- AVTs cannot be used for "xml:base" attribute! --> <somet...
by kruncher
Fri Jun 12, 2009 3:47 pm
Forum: Feature Request
Topic: XML Comment Feature
Replies: 8
Views: 13691

Re: XML Comment Feature

Excellent, I have adjusted the plugin XML file so that when I patch in a couple of weeks it is all up and running! Here is the Java code of the plugin that I have created in case anyone else runs into this forum message: package custom.oxygen.plugin.comment; import ro.sync.exml.plugin.selection.Sele...
by kruncher
Fri Jun 12, 2009 4:11 am
Forum: Feature Request
Topic: XML Comment Feature
Replies: 8
Views: 13691

Re: XML Comment Feature

I have created the plugin, and it appears to work fine. It is a selection type plugin which shows up in the context menu.

How can I assign a keyboard shortcut to this plugin?

Preferably (Ctrl+Shift+,) because this is what I am used to.

Thanks,
Lea Hayes
by kruncher
Fri Jun 12, 2009 2:42 am
Forum: Feature Request
Topic: XML Comment Feature
Replies: 8
Views: 13691

Re: XML Comment Feature

Hi,

Thanks for the link, I will have a go at creating my own plug-in to achieve this until the feature is available in the <oxygen/> editor.

Cheers!
Lea Hayes
by kruncher
Thu Jun 11, 2009 1:22 am
Forum: Feature Request
Topic: XML Comment Feature
Replies: 8
Views: 13691

XML Comment Feature

Hi guys, I use the (Ctrl+Shift+,) shortcut to comment out selected XML all of the time. However, often I am wanting to comment out XML which already contains comments. Naturally this causes problems because in XML it is not possible to nest comments. I think that it would be fantastic if this automa...
by kruncher
Tue Apr 28, 2009 10:39 pm
Forum: XML Schemas
Topic: RelaxNG warnings
Replies: 3
Views: 2776

Re: RelaxNG warnings

Sorry for the delay in response. Basically I wanted my own XML schema to indicate a warning instead of an error if the XML matches a certain criteria. For example, If an optional (but recommended) element is missing from an XML document I wanted to be able to display the warning indicator. Or if a v...
by kruncher
Wed Apr 22, 2009 7:15 pm
Forum: XML Schemas
Topic: RelaxNG warnings
Replies: 3
Views: 2776

RelaxNG warnings

Hi, One of the features I like about the Oxygen xml editor is that it highlights errors and warnings with different colours. Is it possible to have a RelaxNG schema produce a warning (instead of just all errors) with the yellow indicator? Despite numerous searches on Google, I have been unable to fi...
by kruncher
Sun Apr 05, 2009 8:03 pm
Forum: Common Problems
Topic: Print margins not remembered
Replies: 3
Views: 2607

Re: Print margins not remembered

Hi guys, This are two features that I would really like to see as well. It would also be fantastic if it were possible to specify manual header and footers (like in Microsoft Word) with special tokens which are automatically replaced with page number, or total pages, filename and path, etc. I have o...
by kruncher
Wed Apr 01, 2009 10:01 pm
Forum: Other Issues
Topic: Default Schema Editor View
Replies: 4
Views: 2562

Re: Default Schema Editor View

Thanks!

That worked perfectly :D
by kruncher
Wed Apr 01, 2009 8:53 pm
Forum: Other Issues
Topic: Default Schema Editor View
Replies: 4
Views: 2562

Default Schema Editor View

Hi,

When I open a schema file in Oxygen XML editor it automatically splits the view into a diagram and markup.

Is it possible to make it so the diagram is initially closed? I have had a look through the settings, but I cannot find one to do this.

Many thanks,
Lea Hayes
by kruncher
Tue Mar 31, 2009 6:09 pm
Forum: XML Schemas
Topic: RelaxNG Problem with ID and IDREF
Replies: 3
Views: 3058

Re: RelaxNG Problem with ID and IDREF

Thanks George, I haven't used a lot of Schematron yet, but I think that I can probably work that out. How can Schematron be embedded in RelaxNG? Will this effect the "Schema Converter (Trang)" tools output when generating XSD files? I've seen something about "key" and "keyRe...
by kruncher
Tue Mar 31, 2009 5:52 pm
Forum: XML Schemas
Topic: RelaxNG Problem with ID and IDREF
Replies: 3
Views: 3058

RelaxNG Problem with ID and IDREF

Hi, In my XML schema I have two separate identifier types as it were. I am using @xml:id and @name. They each identify a different type of content. I have got @xml:id working nicely by using data "ID" and "IDREF" for the @ref. How do I add a second class of ID/IDREF without causi...