|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
XSLT/XML & GETDATA forms
howdy,
I need to use XML or XSLT to get variables which have been posted to the URL via a GETDATA form. How do you do this? Thanks in advance!! |
|
#2
|
|||
|
|||
|
reply to the XML or XSLT
hi,
In XSLT, you can embed HTML form and other HTML tags, get the data from the XML files and post it to desired variable. for example <xsl:template match="section"> <p onclick="alert("{@id}")"> </p> </ xsl:template |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > XML Programming > XSLT/XML & GETDATA forms |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|