Search found 5 matches

by AndreasT
Tue Apr 27, 2021 6:51 pm
Forum: General XML Questions
Topic: Validate part of XML file
Replies: 4
Views: 1418

Re: Validate part of XML file

Thank you, this solved my problem. :D
by AndreasT
Mon Apr 26, 2021 5:22 pm
Forum: General XML Questions
Topic: Validate part of XML file
Replies: 4
Views: 1418

Re: Validate part of XML file

Thank you. They DO have different namespaces so that led me to another approach that I now remember having used earlier on another project. I've set up a validation scenario with the XSD for the core of the file and set up a catalog to specify the path to the header file, but Oxygen still fails to v...
by AndreasT
Fri Apr 23, 2021 4:54 pm
Forum: General XML Questions
Topic: Validate part of XML file
Replies: 4
Views: 1418

Validate part of XML file

Hello. This seems to me a noob question, but I cannot find the answer after looking around a bit so sorry if it's obvious. I have a few XML files that need to be validated and I only have a XSD for the core element of the files. The files also have a header section that wraps the core element. Is th...
by AndreasT
Fri Sep 22, 2017 6:27 pm
Forum: Other Issues
Topic: node-set or nodeset?
Replies: 2
Views: 2594

Re: node-set or nodeset?

Ok, thank you for the clarification.

Xalan is the processor in use by the host system, so I need to code for that.
Not sure if they support EXSLT.

Strange though that node-set has worked for years with the xalan prefix.

Anyway, thanks again.
by AndreasT
Fri Sep 22, 2017 11:49 am
Forum: Other Issues
Topic: node-set or nodeset?
Replies: 2
Views: 2594

node-set or nodeset?

Hello. I have been using Oxygen with an old XSLT stylesheet for many years without issues, but when I revisited the stylesheet today, I suddenly get an error upon transformation of a XML file: Engine name: Xalan Severity: fatal Description: java.lang.NoSuchMethodException: For extension function, co...