Search found 6 matches

by relume
Wed Jan 22, 2020 8:17 pm
Forum: Common Problems
Topic: Can I use text file as primary input of XSLT?
Replies: 7
Views: 8731

Re: Can I use text file as primary input of XSLT?

Hello Radu Many thanks for your hints. Practically for oXygen there is needed an source/input XML document. This can be simple as: <text2xml></text2xml> and the XSLT template starts with: <xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:output ...
by relume
Wed Jan 15, 2020 5:00 pm
Forum: Common Problems
Topic: Can I use text file as primary input of XSLT?
Replies: 7
Views: 8731

Re: Can I use text file as primary input of XSLT?

at: serioadamo97

I would like to ask if you found a solution to get a plain text file as primary input file for XSLT transformation (also in Oxygen)?

Many thanks in advance and best regards,
by relume
Tue Nov 14, 2006 10:22 am
Forum: Other Issues
Topic: problem to create selection plugin : UUIDGenerator
Replies: 8
Views: 12967

Hi André, Can you make your plugin available to others? I have a need for a similar plugin, and I could make my own, but if one already exists and is available I would rather use that and spend my time on more meaningful things. Smith Hello Smith Please download the plugin under the following link...
by relume
Thu Aug 10, 2006 1:35 pm
Forum: Other Issues
Topic: problem to create selection plugin : UUIDGenerator
Replies: 8
Views: 12967

Hello Sorin

Thank you very much for your work and help. I am sorry for my "stupid" inattention about the correct jug lib name, I have enlisted in the plugin.xml file. Now the plugin is working as expected.

Many thanks again and with best regards,

André
by relume
Wed Aug 09, 2006 3:16 pm
Forum: Other Issues
Topic: problem to create selection plugin : UUIDGenerator
Replies: 8
Views: 12967

Hello Sorin Thank you for your prompt response. No I did not add the "lib/jug-asl-2.0.0.jar" in the plugin.xml file. Now I have added it, but even after restarting oXygen the behavior of the plugin is the same as before. With the uncommented line where the UUIDGenrator is called the plugin...
by relume
Wed Aug 09, 2006 1:33 pm
Forum: Other Issues
Topic: problem to create selection plugin : UUIDGenerator
Replies: 8
Views: 12967

problem to create selection plugin : UUIDGenerator

Hello I would like to create a selection plugin for oXygen to insert at the cursor position an UUID in the canonical format. For that purposes I have adapted the oXygen sample plugin UpperCase. file : UppercasePluginExtension.java ... import ro.sync.exml.plugin.selection.SelectionPluginResultImpl; i...