Re: Reverse Transform XML with XSLT
- From: Bjoern Hoehrmann <bjoern@xxxxxxxxxxxx>
- Date: Tue, 02 Aug 2005 12:02:32 +0200
* Gibson wrote in microsoft.public.dotnet.xml:
>i transform xml A to xml B with an xslt.
>Is it possible to use that xslt to tranform xml B to xml A?
For some transformations this is possible, but I am not aware of tools
that do that and in many cases you'd need more information about the
input and output formats to generate usable results. Consider a simple
example like <xsl:value-of select = '$a + $b' />, if you don't know a
or b there might be billions of solutions, so you'd probably have to
change the requirements to a transformation such that applying the XSLT
to the output would be equivalent to the generated xml B; but even for
that I'm unaware of existing tools.
--
Björn Höhrmann · mailto:bjoern@xxxxxxxxxxxx · http://bjoern.hoehrmann.de
Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de
68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/
.
- References:
- Reverse Transform XML with XSLT
- From: Gibson
- Reverse Transform XML with XSLT
- Prev by Date: Reverse Transform XML with XSLT
- Next by Date: Re: XML validation problem (substitutionGroup)
- Previous by thread: Reverse Transform XML with XSLT
- Next by thread: Re: Reverse Transform XML with XSLT
- Index(es):
Relevant Pages
|