[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

problem with html form

Subject: problem with html form
From: Marcio Lopes <marcio_ulliana@xxxxxxxxx>
Date: Tue, 27 Aug 2002 08:39:38 -0700 (PDT)
html form not working
Hi,  
  
I need some help in XSLT.  
  
I am working with java:  
	  
	transformador = fator.newTransformer( new
StreamSource(stylesheet));  
	transformador.transform( new StreamSource(sourceId),
new StreamResult(System.out));  
  
I want to generate a HTML from a XML document.  
The HTML contain a form inside and it is almost ready.
 
But I have a problem.  
I would like to know if is possible to pass the
content of my element   
<droga></droga> (ex:<droga>português</droga>,
<droga>tricíclicos</droga>) to  
the field "value" of the input tag (<input
type"hidden" name="nome" value="português">) whithout 

passing "portugu&ecierc;s" that I obtain after the
transformation.  

<xsl:template match="listaInter">
			.
			.
			.
		<xsl:for-each select="inter">
					.
					.
					.
   			<input type="hidden" name="droga"
value="{droga}"> </input>
<xsl:template/>
		
I have troubles with all words that have accents:
´,^,~ .  
Is there some function in XSLT that can do it for me?
Or is there another way to do it?
Thanks for helping.  
  
Marcio.

__________________________________________________
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com

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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.