Search found 14 matches

by michaelmh
Tue Jun 09, 2020 1:18 pm
Forum: Other Issues
Topic: CSS editing: Avoid asterisk prefix in block comment lines
Replies: 1
Views: 973

CSS editing: Avoid asterisk prefix in block comment lines

Hi, most of the time I find it useful that OxygenXML automatically indents and prefixes block comments in CSS files, so that they appear like this with minimum effort: /* * Text * next line, just after typing ENTER */ Now I am trying to add documentation to CSS files and want to use MarkDown inside ...
by michaelmh
Mon Apr 08, 2019 10:03 am
Forum: Other Issues
Topic: Using xpath_eval in External Tool
Replies: 3
Views: 1786

Re: Using xpath_eval in External Tool

Thanks,

Better reporting of such errors would indeed be welcome. I was looking for the Java Console (on Mac OS) but could not find it, or is this only accessible to developers?

- Michael
by michaelmh
Thu Apr 04, 2019 2:09 pm
Forum: Other Issues
Topic: Using xpath_eval in External Tool
Replies: 3
Views: 1786

Using xpath_eval in External Tool

Hi all, I want to make a call to an external tool OS independent, and because it is either a BAT or a SH file, I thought of using $xpath_eval() to check out os.name for differentiation. I tested the behavior inside the $ask editor variable. After some testing, I think that "if … then … else …&q...
by michaelmh
Wed Mar 06, 2019 1:57 pm
Forum: Feature Request
Topic: Saxon configuration option TimingTraceListener
Replies: 3
Views: 2252

Re: Saxon configuration option TimingTraceListener

Hi Octavian, I follow your argument, but even better would be a direct option in Oxygen's Saxon settings, to handle that automatically. A checkbox to activate the TimingTraceListener, with a folder selector, and for every XSLT an HTML file of the same name would be written to that folder. Best regar...
by michaelmh
Mon Mar 04, 2019 9:41 pm
Forum: Feature Request
Topic: Saxon configuration option TimingTraceListener
Replies: 3
Views: 2252

Saxon configuration option TimingTraceListener

Hi guys, to take advantage of the simpler timing feature built into Saxon I added a Saxon configuration file to my transformation configuration (Advanced Options), with the following content: <configuration edition="PE" xmlns="http://saxon.sf.net/ns/configuration"> <global traceL...
by michaelmh
Wed Mar 07, 2018 6:44 pm
Forum: Common Problems
Topic: Properties editor understands hex but does not create hex for non-ASCII characters
Replies: 5
Views: 2436

Re: Properties editor understands hex but does not create hex for non-ASCII characters

Radu, you were right, it works. Our engineers use an editor which creates the \u notation transparently for them and apparently for all non-ASCII characters. So if I from Oxygen commit something to the repository or they from their environment, we will see many differences just because of that encod...
by michaelmh
Wed Nov 08, 2017 2:48 pm
Forum: Common Problems
Topic: Properties editor understands hex but does not create hex for non-ASCII characters
Replies: 5
Views: 2436

Re: Properties editor understands hex but does not create hex for non-ASCII characters

Radu,

Thanks for the info. I will test whether our application accepts äöü without \u encoding. Until now all such files I saw used that encoding…

- Michael
by michaelmh
Wed Nov 08, 2017 1:22 pm
Forum: Common Problems
Topic: Properties editor understands hex but does not create hex for non-ASCII characters
Replies: 5
Views: 2436

Properties editor understands hex but does not create hex for non-ASCII characters

Hi, I was glad to see that I can edit a .properties file with OxygenXML and it decoded all hex characters (e.g. \u00FC for ü). Apparently the file name extension is linked to a Properties Editor. How can I ensure that all non-ASCII characters will be encoded in \u notation, I am pretty sure that thi...
by michaelmh
Fri Jun 23, 2017 10:59 pm
Forum: Other Issues
Topic: XSLT transformation as batch operation - performance
Replies: 1
Views: 1929

XSLT transformation as batch operation - performance

Hi all, I have read the topics in the thread "XSLT in batch" and I was glad to learn something about XML Refactoring. We are building some DTD migration XSLT which ultimately must be applied to thousands of XML documents distributed into a folder structure. So, right-clicking the folder an...
by michaelmh
Wed Dec 14, 2016 4:27 pm
Forum: Common Problems
Topic: Can Special Characters Support decomposing or compose Unicode letters
Replies: 3
Views: 2216

Re: Can Special Characters Support decomposing or compose Unicode letters

Hi Radu, Thanks for the quick answer. I still need to do some investigation regarding the source data at hand. But, could you please deliver more details (in the Online Help) to explain what OxygenXML does and what it doesn't do with and without Special Character support? The current description is ...
by michaelmh
Wed Dec 14, 2016 12:44 am
Forum: Common Problems
Topic: Can Special Characters Support decomposing or compose Unicode letters
Replies: 3
Views: 2216

Can Special Characters Support decomposing or compose Unicode letters

Hi, I would like to learn more about the Special Characters Support, the help is very short regarding this. From another post I learned that COMBINING characters (U+0300 …) trigger this mode, or is it different? In my current situation I see some awkward behavior regarding Vietnamese characters. I u...
by michaelmh
Thu Apr 28, 2016 3:36 pm
Forum: Common Problems
Topic: Default attributes from DTD during XSLT transformation
Replies: 4
Views: 3731

Re: Default attributes from DTD during XSLT transformation

We found the expand setting for DTDs, but how about default attributes used in XSD schemas. Is there a way to control their expansion before XSLT transformations?
Thx!
by michaelmh
Sat Jan 30, 2016 10:32 pm
Forum: Other Issues
Topic: SVN Client: Relocate working copy
Replies: 2
Views: 1715

Re: SVN Client: Relocate working copy

Thanks a lot. I understand the tip to search for a keyword I have in mind (and not just look at context menus). Point taken :-)

- Michael
by michaelmh
Tue Jan 19, 2016 6:40 pm
Forum: Other Issues
Topic: SVN Client: Relocate working copy
Replies: 2
Views: 1715

SVN Client: Relocate working copy

Hi, I almost totally switched from Eclipse built-in SVN client to Syncro SVN Client. We are changing our IT infrastructure so I am wondering if there is a feature to relocate a checked out working copy to another location, thus avoiding to repeat the checkout. I have seen that I can simply edit the ...