Re: [xsl] Passing XML data to HTML form

Subject: Re: [xsl] Passing XML data to HTML form
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 1 Dec 2003 14:29:24 GMT

> I want to pass those values to a html form so it will be a prefilled
> form.

> I have no idea, if I can do that with xslt.

XSLT doesn't know anything about html or any specific xml language, it
just transforms a tree of input elements to a tree of output elements.

Your posting had a bit of html including a form element and part of an
xsl stylesheet, but it wasn't at all clear what the input of your
transformation is, what you want the output to be, or what
transformation you are trying to perform.

You've been on the list long enough to know the rules:
post small complete input xml document and small complete required
output, with some overall description of the required transformation,
then you have a chance that someone could offer some help.


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