Search found 12 matches

by matsek
Sun Mar 21, 2021 11:04 am
Forum: Other Issues
Topic: Resolution of environment variable in Project definition file.
Replies: 1
Views: 791

Resolution of environment variable in Project definition file.

Hi, I would like to add the folder My Documents to my project, without adding the folder path literally, as the path may change depending on the environment in which I open the project. I tried the following: <folder path="file://${homeDir}/Documents/Folder"/> But this didnt work. The vari...
by matsek
Sat May 25, 2019 10:36 pm
Forum: Common Problems
Topic: Blurry fonts in editor
Replies: 1
Views: 1244

Blurry fonts in editor

Hi, I just migrated my Oxygen editor from my old Windows XP laptop to my new Windows 10 laptop. On the screen of the new laptop, everything looks very blurry. Text is not sharp. On the old screen I didn't experience this, or at least the issue wasn't as severe. Is there a setting or configuration th...
by matsek
Thu Oct 31, 2013 4:55 pm
Forum: Other Issues
Topic: SOAP Analyzer and client SSL certificates
Replies: 1
Views: 2594

SOAP Analyzer and client SSL certificates

Hi, I would like to use the WSDL SOAP Analyzer in Oxygen XML Editor to test a SOAP web service. The web service is hosted on a server that is configured to requrie client authentication at the transport level (i.e. requires connections to present an SSL client certificate), and I am wondering whethe...
by matsek
Fri Apr 19, 2013 11:01 pm
Forum: XML Schemas
Topic: MSXML.NET version?
Replies: 1
Views: 2412

MSXML.NET version?

Hi,

Which version of MSXML.NET is used by oXygen when selecting this schema processor in a validation scenario? Is it possible to toggle version somehow?

Thanks in advance!

Mats
by matsek
Tue Feb 05, 2013 11:56 pm
Forum: Common Problems
Topic: Schematron and XPath 2.0 expressions?
Replies: 2
Views: 1864

Re: Schematron and XPath 2.0 expressions?

Thanks! That fixed it, and everything works!

Appreciate the speedy support!

Best regards,
Mats
by matsek
Tue Feb 05, 2013 7:44 pm
Forum: Common Problems
Topic: Schematron and XPath 2.0 expressions?
Replies: 2
Views: 1864

Schematron and XPath 2.0 expressions?

Hi again, Another question relating to Schematron. I have a Schematron schema where I need to use XPath 2.0 in the assert test expressions. In Oxygen Preferences, there is an option under Schematron allowing me to indicate whether to use XPath 1.0 or XPath 2.0. I select the latter, however, when I v...
by matsek
Tue Feb 05, 2013 7:36 pm
Forum: Common Problems
Topic: Problem with XML Catalog
Replies: 2
Views: 1307

Re: Problem with XML Catalog

Wonderful! Thanks Adrian.

Mats
by matsek
Tue Feb 05, 2013 5:56 pm
Forum: Common Problems
Topic: Problem with XML Catalog
Replies: 2
Views: 1307

Problem with XML Catalog

Hi, I am having problem with using an XML catalog. Hope someone can help. I am validating a set of XML files using a Schematron schema. The schema references some external XML files for the assert tests, and loads these using expressions like "document('subdir/data.xml')". I have then an X...
by matsek
Mon Dec 03, 2012 12:21 am
Forum: Other Issues
Topic: Setting saxon config file in XProc scenarios
Replies: 3
Views: 2309

Setting saxon config file in XProc scenarios

Hi, I need some advice on how to use Saxon extensions in XSLT steps in an XProc pipeline. I understand that in order to use extension elements in Saxon, one needs to provide a modified config file to it. Calabash then has its own config file which needs to be modified to reference the Saxon config f...
by matsek
Wed Dec 14, 2011 11:43 pm
Forum: Other Issues
Topic: XProc and problem with schema aware processing
Replies: 1
Views: 1628

XProc and problem with schema aware processing

Hi, I am trying to run an XProc pipeline where some XML files are first validated against an XSD and then against a Schematron schema. I get an error in the latter step saying that: "The transformation is not schema-aware, so the source document must be untyped" I understand that the XSD v...
by matsek
Tue Nov 01, 2011 6:40 pm
Forum: Other Issues
Topic: Viewing enumeration values in the Design view
Replies: 4
Views: 4500

Re: Viewing enumeration values in the Design view

Thank you so much Adrian. Your answer was very helpful.
by matsek
Tue Nov 01, 2011 12:34 pm
Forum: Other Issues
Topic: Viewing enumeration values in the Design view
Replies: 4
Views: 4500

Viewing enumeration values in the Design view

Hi, When reviewing an XML schema in the Design view, I always feel I need to switch to the Text view every time I want to see what enumeration values an element accepts (simple type element with enumeration type restriction). Is there any way to see the enumeration values an element accepts directly...