Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XSLDocumentTest should test for empty transform stylesheet #105

Open
simonjenga opened this issue Jan 9, 2016 · 1 comment
Open

XSLDocumentTest should test for empty transform stylesheet #105

simonjenga opened this issue Jan 9, 2016 · 1 comment

Comments

@simonjenga
Copy link
Contributor

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

@dmarkov
Copy link

dmarkov commented Jan 12, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants