Rank: Newbie
Joined: 5/14/2012 Posts: 1
|
Dear all,
I have 3 important questions, based on a mapping XSD to XSD Does anyone know if : - It is possible to generate automatically in the output XSLT2, the 'validate output' function? - It is possible to generate the mapping from the XSLT2? - A temporary variable exists? For example, we have a condition 'A' like : if 'thisNode' Exists We want to stock an element of 'thisNode' in a variable, and use it when the next 'A' condition is true
Best regards
|
Rank: Newbie
Joined: 10/28/2002 Posts: 1,283 Location: AT
|
Hi, It is possible to generate automatically in the output XSLT2, the 'validate output' function?
> It is not clear what you mean by this. Mapforce can generate an xslt stylesheet from an xsd to xsd mapping but the xslt cannot validate the output file i.e. if you want to validate the xml that is generated then you can use AltovaXML(for example):
- It is possible to generate the mapping from the XSLT2?
> no. You can generate xslt from a mapping but can't generate a mapping by importing an existing xslt (if this is what you are referring to)
- A temporary variable exists?
> have you tried using an intermediate variable ?
|