Search found 9 matches

by bw251
Tue Jun 01, 2021 12:15 am
Forum: Other Issues
Topic: Transformation running notice
Replies: 4
Views: 1193

Re: Transformation running notice

Ah, the other way this happens is if I hit the "apply transformation" shortcut in between my last keystroke and the the time delay on the auto-validation. i.e. the transformation isn't running before I edit, but it's running before the validation of my last edit finishes.
by bw251
Mon May 31, 2021 11:36 pm
Forum: Other Issues
Topic: Transformation running notice
Replies: 4
Views: 1193

Re: Transformation running notice

Hi Radu, I'm using v23.1, running XQuery transformations against Marklogic. I meant "Validation successful". It looks like I have a bad habit of making changes to the code while the transformation is running (with auto-validation on), and the validation status is using the same space as th...
by bw251
Fri May 07, 2021 6:33 am
Forum: Other Issues
Topic: Transformation running notice
Replies: 4
Views: 1193

Transformation running notice

I've just upgraded from Oxygen Developer 15 to 23. I find that when I'm running a transformation (xquery to a database), I no longer have the message at the bottom of the application that tells me a transformation is running. Instead, there's just the "Validation successful" message. Once ...
by bw251
Mon May 11, 2015 4:45 pm
Forum: Other Issues
Topic: Documentation Generator - SVG images
Replies: 5
Views: 2619

Re: Documentation Generator - SVG images

Awesome, thanks.
by bw251
Thu Apr 16, 2015 2:40 am
Forum: Other Issues
Topic: Documentation Generator - SVG images
Replies: 5
Views: 2619

Re: Documentation Generator - SVG images

Hi iolena, Thanks for the response. I discovered some (maybe all) of the color problems were caused by having multiple SVGs inlined in the page, which then had conflicting clipPath and gradient definitions with the same ids. That's my fault for messing with oXygen's documentation XSLT. I guess it's ...
by bw251
Sat Apr 11, 2015 1:58 am
Forum: Other Issues
Topic: Documentation Generator - SVG images
Replies: 5
Views: 2619

Documentation Generator - SVG images

I'm using the oXygen documentation generator to produce schema diagrams based on my XSDs, but I can't get the SVGs to display correctly. In IE9, the text looks fine, but the colors are washed out. http://i.imgur.com/Mim1g5g.png In Chrome, the colors are correct by the text is nearly illegible. http:...
by bw251
Fri Dec 05, 2014 11:29 pm
Forum: XSLT and FOP
Topic: Saxon StackOverflowError
Replies: 4
Views: 3678

Re: Saxon StackOverflowError

I have found the same problem, and attribute it to Saxon's change of regex engine in 9.5 (see http://dev.saxonica.com/blog/mike/2014/ ... write.html ) It looks like Saxon 9.6 has an improved engine though.

Will oXygen be adopting Saxon 9.6 in the next release?
by bw251
Wed Jul 30, 2014 1:59 pm
Forum: Feature Request
Topic: Schema-aware autocompletion in XQuery
Replies: 2
Views: 1944

Re: Schema-aware autocompletion in XQuery

Ah, excellent. Thanks!
by bw251
Tue Jul 22, 2014 3:03 pm
Forum: Feature Request
Topic: Schema-aware autocompletion in XQuery
Replies: 2
Views: 1944

Schema-aware autocompletion in XQuery

Apologies if this is a feature already and I haven't found it. When writing XQueries, I find myself having to reference the schemas of the target documents to work out where the desired data is going to be. When authoring XML, the permissible elements appear in the drop-down prompt, but when writing...