Questions tagged [xmlspy]

Altova XMLSpy is an advanced XML editor with support for XML Schema, XSLT, XPath, XQuery, WSDL, SOAP, XBRL, JSON, and more.

Altova XMLSpy is an XML editor for modeling, editing, transforming, and debugging XML-related technologies. It offers a graphical schema designer, a code generator, file converters, debuggers, profilers, database integration, support for XSLT, XPath, XQuery, WSDL, SOAP, XBRL, JSON, and Office Open XML (OOXML), Visual Studio and Eclipse integration, and more.

95 questions
1
vote
2 answers

What is this symbol in my XMLSpy schema view diagram?

Can someone please tell me what the blue highlighted icon between the spec nodes represents? I converted this schema into c# classes and I am unable to get to SpecItem, SpecGroup or SpecMisc.
Chris
  • 1,038
  • 18
  • 23
1
vote
2 answers

XML Header Creation

I have a few working XQuery scripts that I would like to use to generate valid XML documents. Therefore I would also like to include an XML header: . I am aware that this header is optional but I want it to be…
Lilienthal
  • 4,327
  • 13
  • 52
  • 88
1
vote
1 answer

How does one use EXSLT modules in XMLSpy?

I'm trying to use the EXSLT modules (specifically, math), in an XQuery document. How do I enable support for this in XMLSpy? Where would I place the downloaded EXSLT libraries to make XMLSpy aware of them?
kpozin
  • 25,691
  • 19
  • 57
  • 76
1
vote
2 answers

Appending namespace prefixed tags with Altova XMLSpy 2012 generated code (Version 2007r3)

Apparently there's a bug in the latest version of the code generator of Altova XMLSpy 2012 sp1 when working with XML files that use a Tags Namespace Prefix you will find that the generated XML is missing the prefix. After trying the different…
Vlax
  • 1,447
  • 1
  • 18
  • 24
0
votes
2 answers

XSL:FO transformation in Altova XMLSpy

I mapped Altova XMLSpy to Apache FOP for XSL:FO tranformation(Tools->Options->XSL->Selected fop.bat),then I wrote a simple HelloWorld output as below and tried to tranform the XSL:FO to a PDF output,But XMLSpy threw this error " Temporary file could…
0
votes
1 answer

xslt javascript: error when trying to define function with a name including a dash

Following David Carlisle blogspot exslt node-set function I added the below to my stylesheet: ...xmlns:msxsl="urn:schemas-microsoft-com:xslt"... this['node-set'] = function (x) { …
Maestro13
  • 3,656
  • 8
  • 42
  • 72
0
votes
2 answers

XBRL Formula Feature in Altova Xmlspy

Does anyone know if the XBRL Formula Feature is or will be supported in the Altova Products (Missionkit, Xmlspy, ...).
luc
  • 1
  • 1
0
votes
1 answer

XML XSD problem with xs:restriction for different enumeration

I generated XSD file from my xml. xml... ` 0.0 PI-8200 Deepest…
witny
  • 3
  • 1
0
votes
0 answers

XmlSpy: Test XSLT W locally with static Java Methods

I develop XSLT mappings in XMLSpy for usage on an integration platform. There it is possible to execute static java methods which are prefixed with a namespace corresponding to the java package The java methods are used to extend built in XPath…
feiyang
  • 21
  • 1
0
votes
1 answer

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

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' is 2 then the occurrence of 'c' should be 3. Can…
0
votes
1 answer

How do we report XSLT error messages in Altova XMLSpy?

The XSLT tag is supposed to report a message upon specified condition. However, Altova XMLSpy does not seem to report any messages—it's as though the tag is simply ignored. How do we get error reporting to work in…
NorvayHais
  • 601
  • 1
  • 7
  • 10
0
votes
1 answer

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: '' which returns html tags within the data tag. But executing this XSL on…
0
votes
1 answer

Can't send WCF Service request as SOAP+XML

Using Visual Studio 2010, I developed a WCF service hosted on a web application for a third party to use. They're telling me that they cannot invoke it. For testing, they redirected me to Altova XmlSpy and pointed out that, when creating a new SOAP…
Piddu
  • 383
  • 2
  • 10
  • 20
0
votes
1 answer

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: VVQFAR CIG ZA5180AAB6 This is the Xpath I made to…