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
27
votes
9 answers

Is there an XML Editor with grid view similar to that of XMLSpy?

I have been testing out a few different xml editor/viewers and I can't seem to find any that have a feature that is comparable to XMLSpy's grid view. Another feature I'd like to find, but is a deal breaker would be XMLSpy's ability to "Copy as…
swolff1978
  • 1,845
  • 7
  • 28
  • 44
10
votes
2 answers

Alternative to Altova's MissionKit

Anyone know of any good alternatives (other than those listed below which really are only good at specific XML development tasks)? The Why (if you're interested): I've been doing XML development on and off for years now, but someone brought XMLSpy…
LostNomad311
  • 1,975
  • 2
  • 23
  • 31
7
votes
2 answers

ClassNotFoundException: org.apache.xml.serializer.TreeWalker

I wrote a simple app with xml database & appache tomcat. I worked fine, till I tried to zip the workspace while it was open. After that anytime I try to create tomcat server promptly I get this error: ClassNotFoundException:…
Sara
  • 2,417
  • 7
  • 35
  • 52
6
votes
2 answers

What is the syntax to define the maxLength facet in XML Schema?

I'm trying to validate an XML schema with several tools, but I'm not getting a consistent message, depending on which tool I use. The following syntax seems to be the issue:
magdmartin
  • 1,712
  • 3
  • 20
  • 43
5
votes
1 answer

Count the number of nodes that match a given XPath expression in XmlSpy

I am using XmlSpy to analyze an xml file, and I want to get a quick count of the number of nodes that match a given xpath. I know how to enter the XPathand get the list of nodes, but I am really just interested in the count. Is it possible to get…
pkaeding
  • 36,513
  • 30
  • 103
  • 141
5
votes
2 answers

Change Xmlspy editor background color

I was wondering if anyone of you knows if it is possible to change Altova's XMLSPY editor background color. I've googled but I didn't find anything about this topic, and I'm sadly assuming there's no hope to change the bg color.
BeNdErR
  • 17,471
  • 21
  • 72
  • 103
3
votes
1 answer

XPath: Why does /document-node() match the document node?

An XPath expression of / returns the document node. An XPath expression of /html is equivalent to /child::html and given an HTML document would return the html element. This is of course evaluated by going to the document node (indicated by the /)…
VKK
  • 882
  • 7
  • 19
3
votes
2 answers

XSLT streaming with xsl:iterate correct way

I wanted to process a 161mo database, but java saxon9he run out of memory at 300mb of ram and the .NET at 1700mb ram, so I need to use streaming, so I use XMLSpy demo, but I still don't understand the xpath expressions child parent logic. I am on…
RyosanCiffer
  • 115
  • 2
  • 12
3
votes
2 answers

Who is right and who does the faulty validation (Me, XMLSpy, lxml.etree or xmllint)

I have tried to validate the following XML with the afterwards following xsd file in the same folder. According to Altova XMLSpy this is completely valid but to help some collegues without licenses to find out about basic faults I have tried to…
S. Roder
  • 63
  • 1
  • 6
3
votes
1 answer

Queries related to extending from one XSD to another

let's say I have below standard.xsd file piece of code,
coretechie
  • 1,050
  • 16
  • 38
3
votes
1 answer

How can I keep page breaks out of groups of table rows in XSL-FO

I've got a rather complicated table, which i think is the source of my problem. The table is filled based on data retrieved from an XML file from a client database. Here is an excerpt of the XSL code that I'm trying to apply to the…
Dodecadaemon
  • 103
  • 1
  • 8
2
votes
1 answer

SUM and GROUP BY in xquery with 1 xml file

I have an SQL query: SELECT ShipVia, SUM(Freight) FROM Orders GROUP BY ShipVia which returns the values below from the access database Ship Via TotalFreight 1 $16,185.33 2 $28,244.85 3 $20,512.51 I am trying to convert…
Daniel
  • 369
  • 1
  • 4
  • 19
2
votes
2 answers

XSD invalid without Prefix

I have the attached main.xsd which imports the types.xsd. Open this in XmlSpy (or similar) and the main.xsd will validate just fine. However, if the namespace prefix ns0 is removed from the declaration then it will not validate - even though the…
Rob Bowman
  • 7,632
  • 22
  • 93
  • 200
2
votes
1 answer

How to save binary data from a XML response using XMLSpy or SoapUI

I'm using XMLSpy and SoapUI and making a web services (ws) call to Fedex to generate a label. The response back from Fedex is a PNG or PDF file embedded in a web services response. How can I save that the PNG/PDF element?
Albert T. Wong
  • 602
  • 1
  • 6
  • 15
2
votes
1 answer

How to use Saxon XSLT engine with Altova XmlSpy?

Is it possible to use Saxon in XmlSpy (2013 PE) for XSLT processing? There's a setting for external EXE program, but Saxon being Java doesn't play well here.
raffian
  • 31,267
  • 26
  • 103
  • 174
1
2 3 4 5 6 7