Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
719 views

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 ...
1
vote
2answers
43 views

Why do I get different output running xslt?

I am doing a very simple xslt for a source node like: <p> <media type="photo" id="lr002662" rights="licensed"> <title>Logging in Canada</title> ...
1
vote
1answer
59 views

XmlSpy: memory leaks in auto-generated xml parser

I generated a C++ xml parser using Altovas XmlSpy 2011R3 SP1. The parser is based on Xerces 3.1 and used as a dynamic link library with MFC support. I'm getting memory leaks inside xerces just ...
1
vote
1answer
140 views

Mixed and restricted element fails validation with Xmlbeans

while working with Xmlbeans, I have noticed that when an element is defined as a restriction from a mixed type, if there is some text in this element the Xmlbeans validation fails.However the same xml ...
1
vote
2answers
598 views

Should example xml in an xsd documentation annotation be escaped?

Lets say I have an xsd schema and I have several <annotation/> elements with <documentation/> elements in them. If I wanted to place example xml in the <documentation/> elements, ...
1
vote
2answers
325 views

xml comparison

I need to compare two xml chunks: They are semantically equivalent once we see that the "type" attribute is QName and not just a string. Is there a tool that can do such a comparison once I ...
1
vote
2answers
223 views

XMLSpy in Eclipse

I need to test XMLSpy functionality in Eclipse. After I switch Eclipse to XMLSpy Perspective and QTP is runnig (record or run mode), it does not work. Could you help me? Thanks.
1
vote
1answer
470 views

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 ...
0
votes
0answers
54 views

Altova XmlSpy CodeGeneration versus .NET Xml Serialization [closed]

I'm faced with yet another situation where I need to save some set of data. Previously I've often used Altova XmlSpy to generate code from an XML schema to read and write my data to an XML file. ...
0
votes
0answers
30 views

Relative XPath to instance node in Altova XMLSpy (2012)

Is there an easy way to copy the path to an element/node relative to another element/node? When I right-click and select copy XPath of instance node I always get the relative path. Or at least is ...
0
votes
1answer
41 views

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, ...).
0
votes
2answers
89 views

XMLSpy Validator

What XML validator does XMLspy uses? I am running into an issue that I can validate an XML file against the schema using Oxygen but yet it is not valid when I use XMLSpy! does anyone has any general ...
0
votes
2answers
135 views

Generating XML file from XSD causes unwanted prefix on root node

I am using XML spy to automatically generate an XML file from an XSD. However, it always seems to prefix my root element with n1: or n2: e.g. it would generate something like to following <?xml ...
0
votes
1answer
86 views

how do we report error messages in Altova XML Spy for xslt development?

I'm using Altova XMLSpy for my xslt development, However the <xsl:message terminate="yes"> tag is not working (in the sense that there is no message reported, it's as though the tag is simply ...
0
votes
1answer
79 views

how to change the browser of Altova XMLSpy to Chrome / FireFox / etc?

Does anyone here uses Altova XMLSpy? Whenever i do F10 it will take an input XML and an input XSL and give me an output in the window itself (Altova XMLSpy's own browser) So basically how do i set ...
0
votes
1answer
620 views

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 ...
0
votes
0answers
87 views

xmlspy api compare two files

I am trying to use the xmlspy 2009 api to bring up an instance of xmlspy and compare two xml files programmatically. I know they expose some functionality through the 2.2 type library which i am ...
0
votes
1answer
174 views

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
0
votes
3answers
324 views

XMLSpy ignores “minOccurs”? Why is this XML valid?

Please enlighten me why XML Spy thinks this is valid. FYI, this specifies an SQL query. Here the XML: <sideBar title="LabelSearch"> <searchLabel table="ID=*.companies"> <filter ...
0
votes
1answer
103 views

What is allowed in Restricted XPaths (constraints)?

I need to apply constraints in a large XML file, like this: <library> <book> <bookAuthor ID="1" nameAlias="PeerBR jr"/> </book> <book> ...
0
votes
1answer
821 views

How to create SimpleType enumeration with xmlspy in schema?

I'd like to know how to create a SimpleType that is a enumeration with XMLSpy. Do you have link or something useful that can help me ? it's simpletype for country code enumeration AD ("ANDORRA") ...
0
votes
2answers
318 views

Unbounded element infinity symbol shows as rectangle in XMLSpy

I need to have screenshots of my XSD, and XMLSpy has great-looking and descriptive graphical view of XSD Schema. However, below unbounded elements, it tries to show a little infinity symbol in Arial ...
0
votes
1answer
417 views

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 ...