Search found 3 matches

by PhillyNJ
Thu Aug 07, 2014 4:00 pm
Forum: XSLT and FOP
Topic: Saxon StackOverflowError
Replies: 4
Views: 3677

Saxon StackOverflowError

Hi, I have just inherited a large xslt/Fo project. I am porting the project to use <oXygen/> XML Developer 16.0, build 2014070913. My version of Oxygen uses Saxon-EE 9.5.1.5. When I run the transformation I get a StackOverflowError error. Description: java.lang.StackOverflowError However when I run ...
by PhillyNJ
Thu Aug 07, 2014 3:51 pm
Forum: General XML Questions
Topic: Creating a plugin
Replies: 2
Views: 2357

Re: Creating a plugin

Thanks. Worked Perfect. :) :) :)
by PhillyNJ
Thu Aug 07, 2014 3:24 pm
Forum: General XML Questions
Topic: Creating a plugin
Replies: 2
Views: 2357

Creating a plugin

Hi, I am not sure if this is the best place to ask this question. I am creating a plugin by implementing the GeneralPluginExtension class. My question is, how do I access the file path of the current document? I dont see a property or method that will return the current document's path. public class...