Search found 9 matches

by malvarez
Mon Jul 22, 2019 11:27 am
Forum: Feature Request
Topic: Conditional breakpoints on XSLT debugger
Replies: 2
Views: 1380

Re: Conditional breakpoints on XSLT debugger

Oh, I didn't realise it was there. I will double-check next time. :P
Thank you.
by malvarez
Mon Jul 22, 2019 10:29 am
Forum: Feature Request
Topic: Conditional breakpoints on XSLT debugger
Replies: 2
Views: 1380

Conditional breakpoints on XSLT debugger

Hello all, I have found missing a feature that normally is in all development IDEs like conditional breakpoints, especially in the XSLT debugger. I found it really necessary while debugging large input files that iterate multiple times the same conditional, XPATH expression, etc. It would be nice if...
by malvarez
Tue Feb 25, 2014 9:14 pm
Forum: XSLT and FOP
Topic: XWatch problems -- one watch expression corrupts other watch
Replies: 7
Views: 5114

Re: XWatch problems -- one watch expression corrupts other w

I've send a sample project scenario to reproduce such error to the requested email address, hope it helps.
Thank you for your attention.
by malvarez
Thu Feb 20, 2014 11:32 am
Forum: XSLT and FOP
Topic: XWatch problems -- one watch expression corrupts other watch
Replies: 7
Views: 5114

Re: XWatch problems -- one watch expression corrupts other w

I've found similar problem during debugging transformation XML -> DocBook 5.0 on Oxygen v15.2 I've a variable with a value assigned from a call-template which it's filled then with a node-set: <xsl:variable name="conversionTemplates"> <xsl:call-template name="buildConversionTemplates&...
by malvarez
Mon Nov 25, 2013 11:10 am
Forum: Feature Request
Topic: Tree view inside Transformatio Scenario
Replies: 2
Views: 1748

Re: Tree view inside Transformatio Scenario

Thank you for your advice, I've started working with Oxygen projects as you state and after changing transformation scenarios scope it looks a lot more orderly and manageable.
by malvarez
Mon Nov 25, 2013 11:08 am
Forum: Other Issues
Topic: OutOfMemory error reloading same file
Replies: 3
Views: 2014

Re: OutOfMemory error reloading same file

Thanks for your fast reply, I'll configure undo operations as you stated to avoid such error.
I've also considered using eclipse plugin but I still prefer standalone Oxygen editor interface because it delivers more functionality at a glance.
Thank you again.
by malvarez
Fri Nov 22, 2013 1:14 pm
Forum: Other Issues
Topic: OutOfMemory error reloading same file
Replies: 3
Views: 2014

Re: OutOfMemory error reloading same file

Oh, I forgot to say I use Oxigen Editor 15.1
by malvarez
Fri Nov 22, 2013 1:08 pm
Forum: Other Issues
Topic: OutOfMemory error reloading same file
Replies: 3
Views: 2014

OutOfMemory error reloading same file

Hello, I think I've found a memory leak on Oxigen editor that throws OutOfMemory exception when editing single xml files. Let me explain how I reproduce such error: I'm generating an XML file outside Oxigen (from an Eclipse java project) and I open it inside Oxigen Editor to view it's content, then ...
by malvarez
Thu Oct 24, 2013 8:17 pm
Forum: Feature Request
Topic: Tree view inside Transformatio Scenario
Replies: 2
Views: 1748

Tree view inside Transformatio Scenario

It would be helpful to allow ordering and categorizing transformations from Transformation Scenario tab inside a tree structure. So If I want to group a series of transformations inside a folder called FormatA I could create such folder and move them inside. This will allow me to group transformatio...