Re: [xsl] Benefits of xsd-types in XSLT

Subject: Re: [xsl] Benefits of xsd-types in XSLT
From: Jesper Tverskov <jesper.tverskov@xxxxxxxxx>
Date: Thu, 19 Nov 2009 09:34:31 +0100
Sorry for being unclear.

With XSLT 2.0 we can transform XML input with xsd-types to XML output
with xsd-types easily because XSLT also use xsd-types. Great. If we
have to do the same in C# or Java, etc, we will have to convert
between two type systems two times. This can be done automatically,
and I listed XML data binding as example. Here we use an XML Schema
schema to generate classes with types of another type system.

So here is my question:

Is the cost of type system conversion, when we don't use XSLT, a real
problem at least for an important subset of use cases?


Cheers,
Jesper Tverskov

http://www.xmlkurser.dk
http://www.xmlplease.com

Current Thread