Search found 9 matches

by iBall
Thu Jun 04, 2015 5:17 am
Forum: XSLT and FOP
Topic: How to protect an XSLT stylesheet from edit/copy
Replies: 5
Views: 3523

Re: How to protect an XSLT stylesheet from edit/copy

So using the Oxygen SDK, I can create a plugin for the Oxygen XML editor, that does the final transformation without the user knowing where/how it was done? I'd love to get started on it. If this is the case, do you recommend any plugin extensions I could use? And can the plugin truly mask the XSL c...
by iBall
Tue Jun 02, 2015 5:26 pm
Forum: XSLT and FOP
Topic: CGI Script To Access XSLT
Replies: 2
Views: 2625

CGI Script To Access XSLT

Id like to utilize a CGI script to access a remote XSL. The reason being is to protect the XSL from being opened/copied/saved. I figure that using a CGI script, the Oxygen user will have no idea where the XSL is located, and thus the user wont be able to directly access the file. Thus far I give use...
by iBall
Wed Apr 15, 2015 4:49 pm
Forum: XSLT and FOP
Topic: How to protect an XSLT stylesheet from edit/copy
Replies: 5
Views: 3523

Re: How to protect an XSLT stylesheet from edit/copy

Thanks for the reply Costin. How about storing the file in a remote location (ie such as a cloud based storage service) and allowing people to access for transformations? I'm thinking they could take the link to the file and paste it into "transformation scenario" URL; is that possible? If...
by iBall
Mon Apr 13, 2015 8:04 pm
Forum: XSLT and FOP
Topic: How to protect an XSLT stylesheet from edit/copy
Replies: 5
Views: 3523

How to protect an XSLT stylesheet from edit/copy

I created an XSLT stylesheet that I'd like to share with coworkers, but there's a fear of a coworker sharing it with a competitor. Is there any way to protect it from being copied/moved/edited? Or perhaps is there a way to use a cloud based solution and allow oxygen to access the stylesheet via the ...
by iBall
Mon Mar 30, 2015 10:35 pm
Forum: XSLT and FOP
Topic: Can I run one XSLTtransformation after another automatically
Replies: 2
Views: 2383

Re: Can I run one XSLTtransformation after another automatic

Worked like a charm, thank you Costin.
by iBall
Mon Mar 30, 2015 5:16 pm
Forum: XSLT and FOP
Topic: Can I run one XSLTtransformation after another automatically
Replies: 2
Views: 2383

Can I run one XSLTtransformation after another automatically

What I have been doing is transforming XML to XML and then taking another XSLT stylesheet and transforming the result XML to fixed width. Is there anyway to do this in one take? So I'm using two separate XSLT stylesheets: -1 for the first transformation (original.XML -> result.XML) -2 for the second...
by iBall
Thu Mar 26, 2015 7:31 pm
Forum: XSLT and FOP
Topic: How does XSLT utilize prefixed attributes from a separate so
Replies: 5
Views: 3194

Re: How does XSLT utilize prefixed attributes from a separat

Patrik, I believe its missing something, I can't get the fixedLength attribute to work; should I have declared the attribute somehow? I'm sorry, I'm quite new to XSL/XML. And how do we link-up the stylesheets? I went to "Configure Transformation Scenario" and selected "Additional XSLT...
by iBall
Thu Mar 26, 2015 4:36 pm
Forum: XSLT and FOP
Topic: How does XSLT utilize prefixed attributes from a separate so
Replies: 5
Views: 3194

Re: How does XSLT utilize prefixed attributes from a separat

Thank you for responding Patrik;

So create another XSL and add it as a second transformation, correct?

I'll try that out right now.
by iBall
Thu Mar 26, 2015 6:07 am
Forum: XSLT and FOP
Topic: How does XSLT utilize prefixed attributes from a separate so
Replies: 5
Views: 3194

How does XSLT utilize prefixed attributes from a separate so

I take an XML file and transform it to a fixed width utilizing XSLT, yet I'm forced to use attributes of a certain prefix. For the transformation to function properly I have to upload my finished XSLT file to a website, run it, and the website produces the necessary fixed width file. What I want to ...