99 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
34
views
Set operation gives an error with Oxygen but not in XMLSpy - what am I missing here?
This works in XMLSPy but not in oXygen 21 with Saxon 12.5:
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/...
1
vote
0
answers
61
views
XQuery in XMLSPY Unexpected node
I am using version 2019 rel. 3 sp1 (x64) which says the help that XQuery Update Facility works in XMLSPY. But I get an error in the XPath/XQuery panel. "Unexpected token 'node' I am trying to ...
0
votes
0
answers
59
views
How to pass the "xsl:initial-template" in Altova XMLSpy 2024
I want to process JSON by XSLT 3.0. I am using Altova XMLSpy 2024. I can't seem to find how to initiate the processing without at least one dummy XML file and a <xsl:template match="/">...
1
vote
0
answers
92
views
XPST0017: The function call 'math:random' does not match the name of a function in the static context
I've a xml and xsl and I am trying to do the transformation using XMLSPY 2023 professional edition. The xsl has
<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/...
1
vote
1
answer
240
views
XPath with namespace in query tool tab
I am trying to use the XPath query tool (bottom tab in XMLSpy) to test XPaths in an XML that uses namespaces.
I don't know how to declare the namespace.
Example XML
<?xml version="1.0" ...
0
votes
1
answer
50
views
XML XSD problem with xs:restriction for different enumeration
I generated XSD file from my xml.
xml...
` <Edits>
<Item id="AlignmentLargerThanSize">0.0</Item>
<Item id="...
0
votes
1
answer
145
views
Using LibXSLT (xsltproc) as an external engine in Altova's XMLSpy
I am trying to use LibXSLT as an external engine in Altova's XMLSpy, but keep getting an IO error when merging. What am I doing wrong?
Runline:
Error:
0
votes
1
answer
252
views
How can i restrict maximum occurrence of an element based on another element value in XML
I have an element 'ABC'.
For that element there are 3 child elements.
a,b and c and these are of type integer.
and maximum occurrence of element c is infinity.
if the value of element 'a' is 1 and 'b' ...
0
votes
1
answer
403
views
XSL disable-output-escaping XML SPY vs SAXON
I need help with my XSLT.
I have an XML with encoded HTML tags with a tag:
Using XmlSpy (Altova) this DOES work:
'<xsl:value-of select="de" disable-output-escaping="yes"/>'
...
0
votes
1
answer
528
views
Altova XMLSpy - Xpath "Unexpected 'atomic' item xs:string" error from tokenize() function
I'm using Altova XMLSpy and I'm having trouble with the Xpath tokenize() function using Xpath 2.0.
I have an XML containing this tag which contains the value I need:
<REF TyCd="INVREF2">VVQFAR ...
1
vote
1
answer
561
views
JSON Schema draft v7 - definition of additional enum properties based on common enum type selection - testing in XMLSpy Pro 2020
I am trying to define a json schema which has a common enum type for a number of objects and then depending on which enum is selected, define the possible combinations of enums and also additional ...
0
votes
2
answers
629
views
Accumulator is not applicable to the current document with Saxon PE 9-9-1-5 Java
I have an input XML:
<?xml version='1.0' encoding='UTF-8'?>
<MessageFormat name='TransportEvent' version='2.02'>
<StructFormat name='TransportEventHeader' >
<TagField ...
1
vote
2
answers
717
views
How to remove unused types in flattened xsd?
So, my issue is the following. I have a XSD file that has an include at the top for another schema. That included schema has another dependency, and so on for a few more files. I decided it would be ...
0
votes
0
answers
738
views
XSL and Schematron errors when XMLSpy upgraded to 2019
Until XMLSpy upgraded to 2019, the scripts we used were working just fine. The individual that created them does not work here anymore. Now we are receiving error messages when using the script for ...
0
votes
2
answers
1k
views
Can't creating web service from WSDL (netbeans: There is no service in specified WSDL file.)
I created WSDL file in Altora XMLSpay and I whant created Web service in Netbeans (Web servicies from WSDL...) but always when add .wsdl file Netbeans write that "There is no service in specified WSDL ...