fromatting form objects within an XML document with XHTML

wxdqz

New Member
Hello, is there any way to do this?Example:<pets><pet><name>CAT</name></pet></pets>but I want to put a form object in there and I want to do that w/out usingan xsl to place it:<colleges><college><name>Virginia tech </name><content><table><tr><td><input type=攃heckbox?name=攃heckbox?value=攃heckbox?gt;</td></tr></table></content></college></colleges><pets><pet><name>CAT</name><content><table><tr><td><input type=攃heckbox?name=攃heckbox?value=攃heckbox?gt;</td></tr></table></content></pet></pets>what would I write in my xsl to tell it to write whatever is in the contenttags out in the source code?
 
Back
Top