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
0
votes
2 answers
0
votes
0 answers

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 transformation and when validating it. Does anyone…
0
votes
2 answers

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 file." Can you help me? What's wrong with my…
Nemoryus
  • 1
  • 2
0
votes
1 answer

out of memory in xmlspy 2010 professional edition

My input xml is 3MB file. But, when I apply transformation, an error msg with "Out of Memory" is displayed. Is any way to increase the memory size. The m/c I use is 32 bit. Thank you, Aditya
user301016
  • 2,207
  • 7
  • 36
  • 50
0
votes
0 answers

How do I recode an XML document in XMLSpy to use entities

I have a rather large XSLT template which contains bilingual text (national characters in UTF-8). I am looking for a function that will recode all CDATA elements inside to use XML # entities, allowing me to store the XSLT as plain US-ASCII encoding.…
Stavr00
  • 3,219
  • 1
  • 16
  • 28
0
votes
1 answer

Code for correct representation via prettyprint

I have a problem with the representation of my code. This is handled correctly by my XSLT, but the output is ugly and not as expected. Normally, the pretty-print-Function works perfectly, but not after my changes and I don't know what to do. I think…
41 72 6c
  • 1,600
  • 5
  • 19
  • 30
0
votes
1 answer

DTD - Switch off validation for specific XML element

I'm writing a DTD for an XML document I create. The XML document is a wrapper around a Payload provided by another system. I have no control over the contents of the Payload, and don't care providing it is self-contained valid XML. (It is…
Phil
  • 592
  • 6
  • 15
0
votes
1 answer

Want to know Altova XML Spy

Does Altova XMLspy support XSLT 3.0,2.0 and 1.0? If yes is there an option for backward compatibility? because I saw in their manual that XSLT 2.0 is backward compatible with 1.0 not sure about 3.0. I wanted an option where 3.0 is backward…
swifty
  • 165
  • 1
  • 1
  • 17
0
votes
1 answer

Importing Class from XSD in Enterprise Architect

I have a series of XSD files which are being used as the master type definition files for a software interface specification. I am trying to import them into Enterprise Architect as class models. For some reason, the original developer of the XSD…
theMayer
  • 15,456
  • 7
  • 58
  • 90
0
votes
1 answer

What is allowed in Restricted XPaths (constraints)?

I need to apply constraints in a large XML file, like this:
PeerBr
  • 675
  • 1
  • 11
  • 26
0
votes
1 answer

XML Spy Blocks Weblogic 10.3.2

My computer was shut down abruptly and since then i'm not able to run weblogic (10.3.2) locally on my computer ( neither from eclipse or manually from the oracle domain) . i keep getting the message: \Altova\xmlspy\XMLSpyInterface.jar was unexpected…
Nir
  • 1,524
  • 6
  • 23
  • 41
0
votes
1 answer

importing XML data in Oracle DB

I'm new in DBAdministration and I have been asked to design the db structure starting from big (8Gb) xml files. I an building the structure, and it is almost finished. I'm testing the importing of the data from the XML into the tables. I have stored…
newinIT
  • 15
  • 1
  • 11
0
votes
1 answer

Select repeating node with xpath

I am using XSLT 1.0 I have the following xml document
Rob Bowman
  • 7,632
  • 22
  • 93
  • 200
0
votes
0 answers

XMLSpy for web services apps?

wikipedia says says XMLSpy is an XML editor and integrated development environment (IDE) developed by Altova. XMLSpy allows developers to create XML-based and Web services applications using technologies such as XML, XBRL, XML Schema, XSLT,…
user3198603
  • 5,528
  • 13
  • 65
  • 125
0
votes
1 answer

How can I browse & list XPATH of a XML Message?

How can I browse & list XPATH of a XML Message? ****SEE EDIT portion Below: Thanks for looking into this issue. I am not sure, whether this is the right forum to post this thread. If not, let me know the right forum to post this thread. We have a…