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
2
votes
1 answer

measure execution time of XSLT 2.0 program in mapForce

I am using Altova Mapforce to generate output from XSLT 2.0. I want to know how much time it took to execute the program. I intend to compare this execution time with the time taken by C++ to do the same work. I want to know which is one faster, C++…
Mohammad
  • 21
  • 2
2
votes
2 answers

Get node value from two dependent xml files

I am a beginner in Xquery and I have an xml code in which I want to dependent two different XML file with another file. Book.xml Title1 Ellizabith
Sandy
  • 817
  • 2
  • 11
  • 18
2
votes
2 answers

How good is Altova MapForce

My company needs to convert X12 5010 837 files into our database and back out. The tool we have been playing around with is Altova MapForce (trial). I have been trying to check references but Altova hasn't been quite helpful in that regard. The CNET…
user2167069
  • 37
  • 1
  • 2
2
votes
1 answer

How to add element to existing xsd:complexType?

I have set of schema definitions where one of the file has xsd:ComplexType defined as "FloatingRateCalculation", now I want to extend this type and want to add an element to it and I do not want to disturb the existing schema. I want to create a…
Ocean
  • 293
  • 3
  • 14
2
votes
2 answers

Map XML data from different XML Schema

We've an XML contains data. We need to extract data from it and move it in to a different XML. Both XMLs are different in structure. We have Altova and we want to do this job by using it. Any solution on this; which Altova tool will be best for this…
Ramiz Uddin
  • 4,249
  • 4
  • 40
  • 72
1
vote
1 answer

MEF not loading a references again

I have a interface as follows: [InheritedExport(typeof(ITransform))] public interface ITransform {...} Now, I have two classes: namespace ProjectA { public class Transform:ITransform {....} } And namespace ProjectB { public class…
Kunal Shah
  • 181
  • 13
1
vote
0 answers

Access MFF function without Output node mapping

I need to create a custom MFF method that will take one input and has no output. The goal of that function is to send some notification over the web that had nothing to do with the output file. So far when I create function with no return value,…
Saroop Trivedi
  • 2,245
  • 6
  • 31
  • 49
1
vote
0 answers

Match height of Nested table with parent table having cell with wrapped text

I have a requirement in xsl-fo, where i am nesting a table in a parent table.Now when i populate the table cell in the parent table and the content does not wrap, it's fine (i.e, the height of the nested table row is same as parent table row). But…
Anand B
  • 2,997
  • 11
  • 34
  • 55
1
vote
0 answers

Altova Mapforce: Joining XML Input and conditional SQL Join using two tables

I'm trying to get the following done: Using Altova Mapforce, I use an XML file with schema as a source. I want to map it to exactly the same output, but only add data to one field. The value of the field (it's Tax) is determined using a two table…
0xCAFEBABE
  • 5,576
  • 5
  • 34
  • 59
1
vote
1 answer

How to execute Altova Mapforce Console application as window service?

Altova Mapforce create the console application now i want to call that console application on window service Onstart(). how to pass the parameters of altova mapforce console application from Window service. Altova Mapforce…
Saroop Trivedi
  • 2,245
  • 6
  • 31
  • 49
1
vote
2 answers

How to customize generated Source Code Using Altova Mapforce Project

Background: When I generate the code for my mapping project, only one map will run, regardless of which file type I send in to the command. I would like to modify the project code generation so that when the maps are generated the…
Daniele
  • 11
  • 3
1
vote
1 answer

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 the browser to use like "Chrome" or "FireFox"? If…
Troy
  • 101
  • 5
1
vote
1 answer

XSD validation error: element does not exist in the redefined schema with target namespace

Aim: In my project, the data preparation is done in different levels by different teams. The format we use for data preparation is XML. To support the above needs, we have prepared the XSDs with different layers(different target namespaces) and each…
VinayCH
  • 27
  • 5
1
vote
1 answer

XSD validation: total digits and fraction digits

I have got an XSD restriction definition: the following XML fragment is considered to be valid by my XSD processor (namely, Altova…
gisly
  • 673
  • 1
  • 8
  • 30
1
vote
1 answer

How to use the Group By Clause

I'm trying to achieve a XSLT mapping for a XML data. Here is what i'm looking for. Input XML : 123456 abcd
Kranthi Bandaru
  • 85
  • 1
  • 10
1
2
3
8 9