Skip to content

Commit

Permalink
Just adding the namespace to test in other stricter XSLT transformers.
Browse files Browse the repository at this point in the history
  • Loading branch information
leonelsanchesdasilva committed Oct 16, 2024
1 parent a64644e commit 1892a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/xslt/apply-template.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ describe('xsl:apply-template', () => {
</root>`;

const xsltString = `<?xml version="1.0"?>
<xsl:stylesheet version="1.0">
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" version="1.0">
<xsl:template match="repl">
<span>replaced <xsl:value-of select="." /></span>
</xsl:template>
Expand Down

0 comments on commit 1892a34

Please sign in to comment.