|
|
new: ^file::load[...][options]
$.form[
!$.field1[string]
!$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
]
!$.body[string]
GET ?here
notGET(POST, HEAD, others) in content-type: application/x-www-form-urlencoded
todo: upload files ability
<?xml version="1.0" encoding="windows-1251" ?>
<!DOCTYPE xsl:stylesheet SYSTEM "symbols.ent">
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<!--method="html"-->
<!--xsl:output
omit-xml-declaration="no"
/-->
<xsl:template match="/doc">
<html>
<xsl:copy-of select="."/>
<br/>
</html>
</xsl:template>
</xsl:stylesheet>