Hello,I am trying to create element(... means any string value) in a XML document.I used xmldocument.createElement("xsl:value-of select=\".... "); command.But it is not correct.how can I create xsl instructions in xml document with this method?Or should I try another way?Please help