beremiz
Clone
Summary
Browse
Changes
Graph
More customizations to yslt
2019-09-19, Edouard Tisserant
a0154a041148
Parents
ae099881d800
Children
507737ec2b9a
More customizations to yslt
1 files changed, 3 insertions(+), 1 deletions(-)
+3
-1
yslt_noindent.yml2
--- a/yslt_noindent.yml2 Wed Sep 18 11:03:56 2019 +0200
+++ b/yslt_noindent.yml2 Thu Sep 19 15:32:36 2019 +0200
@@ -10,7 +10,9 @@
version="1.0",
xmlns:xsl="http://www.w3.org/1999/XSL/Transform",
xmlns:exsl='http://exslt.org/common',
- extension-element-prefixes='exsl'
+ xmlns:regexp="http://exslt.org/regular-expressions",
+ xmlns:str="http://exslt.org/strings",
+ extension-element-prefixes='exsl regexp str'
) alias stylesheet {
output *output;
content;