File:  [parser3project] / parser3 / www / htdocs / Attic / _bug.xsl
Revision 1.12: download - view: text, annotated - select for diffs - revision graph
Tue Mar 9 14:49:47 2004 UTC (22 years, 4 months ago) by paf
Branches: MAIN
CVS tags: release_3_1_3, release_3_1_2, HEAD
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>

E-mail: