Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Stephane Crozat
hdoc
Commits
1c0a8bd7
Commit
1c0a8bd7
authored
Dec 12, 2016
by
Raphaël
Browse files
correction of hdoc_flattenizer to match xhtml default-namespace
parent
5c7f6970
Changes
1
Hide whitespace changes
Inline
Side-by-side
hdoc_to_pdf/xsl/hdoc_flattenizer.xsl
View file @
1c0a8bd7
...
...
@@ -2,10 +2,12 @@
<xsl:stylesheet
xmlns:xsl=
"http://www.w3.org/1999/XSL/Transform"
version=
"2.0"
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
>
<xsl:output
method=
"xml"
indent=
"yes"
/>
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
xpath-default-namespace=
"http://www.w3.org/1999/xhtml"
>
<xsl:output
method=
"text"
indent=
"yes"
/>
<xsl:template
match=
"html"
>
<
Helloworld
/>
Hello
world
!
</xsl:template>
</xsl:stylesheet>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment