Annotation of parser3/tests/284.html, revision 1.1

1.1     ! moko        1: @main[]
        !             2: 
        !             3: $xml[^xdoc::create{<?xml version="1.0" encoding="utf-8" ?><doc>test</doc>}]
        !             4: $xsl[^xdoc::create{<?xml version="1.0" encoding="utf-8" ?>
        !             5: 
        !             6: <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
        !             7:   <xsl:output indent="no" method="html" omit-xml-declaration="yes" />
        !             8: 
        !             9:   <xsl:template match="/">
        !            10:     <html>
        !            11:       <body>
        !            12:         <script src="test.js"/>
        !            13:       </body>
        !            14:     </html>
        !            15:   </xsl:template>
        !            16: </xsl:stylesheet>
        !            17: }]
        !            18: 
        !            19: $result[^xml.transform[$xsl]]
        !            20: 
        !            21: #<xsl:output ... /> options should be used here
        !            22: 
        !            23: $result[^result.string[]]

E-mail: