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
1
vote
1 answer

Unique Particle Attribution error

Aim: I am having an existing standard XSD called Schema1.xsd. I want to extend the complexType("tElementWithIDAndName") of Schema1.xsd in complexType("TVDSection") of Schema2.xsd. When i try to validate the Schema2.xsd in Altova XMLSpy/oXygen xml…
VinayCH
  • 27
  • 5
1
vote
1 answer

Using styleVision Get the error "the content model of complex type definition ' anonymous ' "

Hi i am using the StyleVision tool. I am validating the xml files against XSD. WHen i run it says "the content model of complex type definition ' anonymous ' ". But my XML file validates against the XSD. What am i doing wrong kindly correct me. My…
anila
  • 119
  • 2
  • 3
  • 8
1
vote
0 answers

How to Nest Nodes of EDI File Structure in Altova MapForce

I'm new to Altova Correct me if I'm wrong. I'm in a situation to map XML schema File to X12 and here I have a problem to get the actual X12 structure. Requirements: X12.6020 - 811 (Consolidated Service Invoice/Statement) Picture of the Actual X12…
Raj K
  • 458
  • 2
  • 7
  • 22
1
vote
0 answers

Xpath IF for determining a value then if value is true count

For an IF statement in XPATH, What is the correct way to do something like: xpath="if (x = 1000) then sum(SalesCount) else 0" I tried this didn't worked. Thank you for the help. Edit Example:
1
vote
1 answer

how to convert Json array to XSD

I am currently mapping Json and XSD. In Json there is array contains several items with same elements. the Json array is like: "Item":[ { "ItemSequenceNo":0, "AQuantity":{ "code":"aaa", "quantity":1 }, …
BOSubuntu
  • 51
  • 1
  • 1
  • 4
1
vote
1 answer

Not able to copy values from two tags to another in XML using XSL

This is my input data. It contains a number of other fields also, but i have removed them:
1
vote
1 answer

Mapping XSD to X12 in Altova MapForce

Hi I'm trying to map from my XSD to X12 version 3040 and transaction set 846 - Inventory Inquiry/Advice. I have a problem when trying to map the LIN segment from my XSD. My XSD has a single dimensional integer array(posOfRequests) which holds all…
Raj K
  • 458
  • 2
  • 7
  • 22
1
vote
1 answer

xslt expects element instead of xsl:for-each

Since I am a beginner in xslt/xsd-programming, I am using XMLSpy to create a xml2xml transformation. For both xml I have got a xsd. Unfortunately, the following code piece is not valid.
F. Hall
  • 33
  • 1
  • 4
1
vote
2 answers

MapForce - Add dayTimeDuration to dayTimeDuration

I am trying to use mapforce to generate an xslt 2.0 file. The mapping is adding 2 dayTimeDuration elements, doing so results in the following error; No match for core.add(xs:dayTimeDuration, xs:dayTimeDuration). Check argument types. Supported:…
stew
  • 87
  • 2
  • 8
1
vote
0 answers

cannot find a script or extension object associated with namespace in xslt

I have generated XSLT using altova mapforce and in altova the xslt and output xml is getting generated without any issues. when i copied the same xslt in visual studio 2013 and trying to run but ended up with below error Cannot find a script or an…
Govind
  • 979
  • 4
  • 14
  • 45
1
vote
0 answers

XSLT: open document error

I've got a file called Dictionary.xml
rawtext
  • 33
  • 1
  • 7
1
vote
1 answer

Creating an XML document with more than 1 child element with XML schema

I have come with an xml schema to create an xml document. The root node is movies. Now this root element has child elements called movie which contains other elements of a string type and every movie also has about three or four attributes. However…
Manny265
  • 1,709
  • 4
  • 23
  • 42
1
vote
1 answer

Curved Borders for dynamic free flow tables in altova stylevision or xsl-fo without using the border-radius property

Iam new to Altova Stylevision and xsl-fo . I need to have curved borders for tables which are dynamic and flow across multiple pages. The border-radius property is not working as the property is neither recognized at table level nor row level nor…
Pramod D R
  • 23
  • 1
  • 8
1
vote
1 answer

How to format dd/mm/yy to dd-mon-yyyy in altova stylevision

I am new to Altova Stylevision. I need to format the date from dd/mm/yy to dd/Mon/yyyy. I have tried the options suggested in the Altova manual but it does not seem to recognize the format.
harsha
  • 13
  • 5
1
vote
0 answers

Altova XMLspy 2014: Multi-line xpath in XSD 1.1 assertions

In Altova XMLspy 2014, in a XSD 1.1 document, if I add an assertion, I can insert a XPATH 2.0 expresion for the "test" atribute of the assertion, but only ONE line is shown. How can I enter a multi-line xpath in an assertion? Of course, I can enter…
freesoft
  • 1,114
  • 3
  • 17
  • 26
1 2
3
8 9