Today, I made a message (ASP) similar to the 9CBS forum to generate a post with XML XSLT. It is found that when the XML analyzer converts XSLT to the corresponding HTML, if the flag is textarea (such as: textarea>), the XML parser converts this textarea into the , because there is no content in , so Segment HTML is abbreviated. But after this shorthand, the ASP server-side program cannot get the content of the IDATAREA for PostContent. Later, Google got a more helpless solution, adding an XSL: Text blank string between the TextArea tag. xsl: text> textarea> By the way, XSL: text is not in some namespace, but at http: // www. W3.ORG/1999/xsl/transform is definitely there. The solution mentioned above is found in this link: http: //dotnet.org.za/thea/archive/2004/02/24/479. ASPX