Questions tagged [altova]

Altova is an Austrian company that produces integrated XML, database, UML, and data management software development tools. Altova’s products include XMLSpy, MapForce, DatabaseSpy ...

Altova is an Austrian company that produces integrated XML, database, UML, and data management software development tools.

Altova’s products include

  • XMLSpy — XML editor for modeling, editing, transforming, and debugging XML technologies
  • MapForce — any-to-any graphical data mapping, conversion, and integration tool
  • StyleVision — multipurpose visual stylesheet design, multi-channel publishing, and report building tool
  • UModel — UML modeling tool
  • DatabaseSpy — multi-database data management, query, and design tool
  • DiffDog — XML-aware file, directory, and database differencing tool
  • SchemaAgent — graphical XML Schema, XSLT, WSDL and management tool
  • SemanticWorks — visual RDF and OWL editor
  • Authentic — WYSIWYG XML authoring tool and database content editor
  • MissionKit - Altova's integrated suite of XML, database, and data integration software - available in a variety of different configurations
  • Free AltovaXML library which supports XML 1.0, Namespaces in XML, XSLT 1.0 and 2.0, XQuery 1.0, XPath 1.0 and 2.0, XML Schema 1.0

Websites:

125 questions
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
6
votes
3 answers

XSLT 2.0 produces error: "the context item is undefined"

We use Altova Stylevision which produces XSLT 2.0 files. We use Saxon 9 for Java to execute these XSLT files. This has been working well for a few years, alas none of us actually understand XSLT. Now we have the error: Error at…
Adrian Smith
  • 17,236
  • 11
  • 71
  • 93
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
5
votes
2 answers

XML to CSV conversion using XQuery

I have an XML file and I need to convert it into XQuery. consider a simple set of XML: books[book] book[@isbn, title, descrption] eg: Extending Flash MX 2004
Ranjan Sarma
  • 1,565
  • 5
  • 22
  • 36
3
votes
5 answers

Is there a Transformation engine or library using .NET?

We're looking for a Transformation library or engine which can read any input (EDIfact files, CSV, XML, stuff like that. So files (or webservices results) that contain data which must be transformed to a known business object structure.) This data…
edosoft
  • 17,121
  • 25
  • 77
  • 111
3
votes
1 answer

Does altova mapforce exposes any REST APIS?

I am new to altova mapforce. I wanted to know that does Altova Mapforce exposes any kind of REST APIS so that we can supply it the input from a single page web application and get the data from the tool back in any format(JSON,XML)?
shubham0001
  • 63
  • 1
  • 1
  • 7
3
votes
3 answers

Altova mapforce string date to DateTime

Hopefully someone else out there uses Altova Mapforce for this. Using XSLT to convert one xml to another, in the source XML they have the dates as M/D/YYYY, i need to convert them to the standard datetime format used by.. well, everything. So, i'm…
Beta033
  • 1,975
  • 9
  • 35
  • 48
2
votes
3 answers

XSLT date-time() function is unknown in ALTOVA XmlSpy

Good day! I downloaded Altova XMLSpy trial, installed FOP 0.95 and tried to perform XSLT (version 1.0) transformation. My template is valid but during the transformation it fails on the line containing "date-time()" function:
Vojtech
  • 2,533
  • 9
  • 34
  • 65
2
votes
0 answers

exsl:node-set($variable) is not working in altova xmlspy and WSO2 xslt transformation

Hi I'm trying to do XSLT transformation, In this process I'm using predefined function "exsl:node-set($MyVar)" this function is working fine in oxygen xml editor but Altova XMLspy throws an error "XPST0017: The function call 'exsl:node-set' does not…
2
votes
1 answer

Mapforce - remove empty tag

I have a little problem with my MapForce-Transformation: I want to print only the existing values in my result XML, but in my XML result file there is everytime a empty tag I check with a filter, if the result of my function is existing and if this…
oli-87
  • 21
  • 3
2
votes
1 answer

Error in executing RaptorXML command through subprocess.call() in python

I am trying to execute the RaptorXML+XBRL command through subprocess.call() from a python script. The syntax is: result = call(["/opt/Altova/RaptorXMLXBRLServer2015/bin/raptorxmlxbrl xbrl","--listfile", joblist],shell=True ) Where joblist =…
user2966197
  • 2,793
  • 10
  • 45
  • 77
2
votes
1 answer

When to use memberEnd and when navigableOwnedEnd in an UML class diagram?

I've download a trial of Altova UModel and am starting using UML. As a practical beginning I am modelling a personal information manager application, which includes a web bookmark managing. A Bookmark can belong to many (or no) Tags at once and a…
Ivan
  • 63,011
  • 101
  • 250
  • 382
2
votes
0 answers

Sequence Diagrams in XMI format to pseudo code

I have Sequence Diagrams exported from Altova UModel Tool in XMI 2.1 for UML 2.2 format. I need to generate pseudo code of the Sequence Diagram. Are there any specific java libraries (DOM?) which can be used to parse XMI, which can help to generate…
sinhayash
  • 2,693
  • 4
  • 19
  • 51
2
votes
2 answers

How to loop through elements in an xml document using XSLT

I am using XSLT to loop through an XML document. The root node of the document is called movies and it can contain one or more movie elements. However these movie elements contain single elements except for the actor element. How can you loop…
Manny265
  • 1,709
  • 4
  • 23
  • 42
2
votes
1 answer

How to use XPath to select Cartesian Product set of non null sibling nodes?

First time poster here, so please don't hesitate to let me know if I've done something wrong. I'm using Altova Stylevision to print out form documents, and I need to print a copy of the form for each unique set of two node collections. Below is a…
semaj1919
  • 87
  • 7
1
2 3
8 9