jcabi-xml icon indicating copy to clipboard operation
jcabi-xml copied to clipboard

XSLDocumentTest should test for empty transform stylesheet

Open simonjenga opened this issue 9 years ago • 1 comments

final XSL xsl = new XSLDocument(
    StringUtils.join(
        "<xsl:stylesheet  ",
        " xmlns:xsl='http://www.w3.org/1999/XSL/Transform' ",
        " version='2.0' >",
        "</xsl:stylesheet>"
    )
);

http://www.java2s.com/Code/XML/XSLT-stylesheet/Emptytransform.htm

simonjenga avatar Jan 09 '16 09:01 simonjenga

@yegor256 take a look at this issue please and dispatch it somehow, see par.21

dmarkov avatar Jan 12 '16 09:01 dmarkov