Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
729 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
589 views

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

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

Is there any alternative to SPS?

I have some SPS designed. But Community plugin doesnot supports Authentic Script. Is there any other library that performs the same task (xslt+xml -> web form -> xml)?
0
votes
1answer
35 views

UML: Associations without a Class Property? Altova UModel

If one of a class's instance methods instantiates a separate class but doesn't hold a reference to that object as a member variable (class property), should an association be created in UML? I ...
0
votes
0answers
31 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
0answers
44 views

Altova Mapforce not Generate code with Same Directory?

I create Integration of Altova Mapforce and ASP.Net? if i put the .Mfd in my ASP.Net Application Folder and try to execute MapForce Javascript to Generate the Code then it's not working? ...
0
votes
0answers
70 views

how to Altova Authentic Browser Edition 2011 plugin for asp.net?

I try to make Altova Authentic Browser Edition 2011 plugin for Asp.net. but it's not work i follow the instruction from http://manual.altova.com/AuthenticBrowser/index.html?abasp_net.htm as per ...
0
votes
0answers
80 views

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

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

How to set print preveiw on firefox to start without margine - (0,0)

I want margin on print preview to set on (0,0) - top left corner. Something like this How to set margins 0 on print preview? in Firefox nothing was changed. In IE is Ok.
0
votes
1answer
133 views

What's the easiest way to trim out values from XML

I have an XML document that have additonal nodes in it at different levels that I want to remove via XSLT. My intuition is to generate an XSD (using Altova or the like), remove the elements I don't ...
0
votes
1answer
191 views

Capturing Field Name Metadata from a CSV File in Altova MapForce

I've been asked to prototype a replacement "file transformation process" (that currently is a mess of SQL) using Altova's MapForce. My input is a CSV file with headers. My problem is that I need to ...
0
votes
1answer
156 views

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 ...
0
votes
1answer
480 views

Altova Mapforce: Can it create all elements in the output XSD?

Good Afternoon Developers, Just a quick question (I hope!) I am creating an XSLT file through Altova Mapforce and I was wondering if anyone knows whether it is possible to specify that the XSLT ...
0
votes
2answers
313 views

xml to oracle conversion

I would like to know whether there are any tools which convert xml data into Oracle tables. I came across Altova's MapForce. But I am not sure whether I could use that for achieving this. Could ...
0
votes
5answers
651 views

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