Re: [xsl] Re: is there any tool that automatically generates XSLT?

Subject: Re: [xsl] Re: is there any tool that automatically generates XSLT?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 17 Feb 2004 10:26:59 GMT
Dimitre

>> Does anyone know of any tool out there that can
>> automatically generate the required XSLT if it is
>> given a sample input file and output file?
>
>Such a tool cannot exist (in general).

On the contrary, given a sample input file and a sample output file,
adding
xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
xsl:version="1.0"
after first checking that the xsl prefix isn't already in use (and using
a different one if necessary) will produce an xslt stylesheet that
will produce the desired result given the specified input.

Of course, it might not make the original poster happy, but it does
satisfy the request.

David


-- 
http://www.dcarlisle.demon.co.uk/matthew

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread