xsl-list
[Top] [All Lists]

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

2009-11-19 03:34:56
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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--