|
|
beauty: xdoc.string now renderes in $request:charset, but in header puts $response:charset todo: make that default only so that coder could override that
<?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"> <xsl:output method="html" doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN" doctype-system="DTD/xhtml1-strict.dtd" /> <xsl:template match="/doc"> <html> <head/> мычит<br/> </html> </xsl:template> </xsl:stylesheet>