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
06cfaede
Commit
06cfaede
authored
Dec 17, 2015
by
Zangdar1111
Browse files
oups
parent
f220ac24
Changes
1
Hide whitespace changes
Inline
Side-by-side
mindmapping_to_hdoc/xslt/makeContainer.xsl
0 → 100644
View file @
06cfaede
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet
xmlns:xsl=
"http://www.w3.org/1999/XSL/Transform"
version=
"1.0"
xmlns=
"urn:utc.fr:ics:hdoc:container"
>
<xsl:template
match=
"*"
>
<xsl:processing-instruction
name=
"oxygen"
>
RNGSchema="http://scenari.utc.fr/hdoc/schemas/container/hdoc1-container.rng" type="xml"
</xsl:processing-instruction>
<xsl:element
name=
"container"
>
<xsl:attribute
name=
"version"
>
1.0
</xsl:attribute>
<rootfiles>
<rootfile
full-path=
"content.xml"
media-type=
"text/xml"
/>
</rootfiles>
</xsl:element>
</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