|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] insert subnodes?
Hello,
I have a xml file like: <formular name="register"> <field type="text" name="user" size="8">User</field> <field type="password" name="password" size="8">Password</field> <submit>Register</submit> </formular> Now I want to insert the following xml thing: <error> <head>You had the following errors:</head> <msg>Your username is to short (min. 4 characters).</msg> <msg>Your password is to short (min. 4 characters).</msg> </error> So that it looks like: <formular name="register">
<error>
<head>You had the following errors:</head>
<msg>Your username is to short (min. 4 characters).</msg>
<msg>Your password is to short (min. 4 characters).</msg>
</error>
<field type="text" name="user" size="8">User</field>
<field type="password" name="password" size="8">Password</field>
<submit>Register</submit>
</formular>Ok, I have made the examle simple, there are many things in my xml file.. I could use <xsl:template match="formular[@name='register']" </xsl:template> To find my tag. But what do I write in there? Thanks, Martin -- If you've got an idea and need help, or just need general encouragement, write me a message. ;-) XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








