summaryrefslogtreecommitdiff
path: root/devhelp2.xsl
diff options
context:
space:
mode:
authorStefan Sauer <ensonic@users.sf.net>2015-05-15 21:50:58 +0200
committerStefan Sauer <ensonic@users.sf.net>2015-05-15 21:50:58 +0200
commitd7741e3e908f62c36539f0fe5234e9b2d4501703 (patch)
tree87b36a554ae7c341113faf7b2b1c142247d20272 /devhelp2.xsl
parent4717c15d4b829266a578e168c6e44826ab418282 (diff)
downloadgtk-doc-d7741e3e908f62c36539f0fe5234e9b2d4501703.tar.gz
devhelp: fix devhelp.xsd schema
Make the schema itself validate. Also use the smae xmlns in the generator as in the schema.
Diffstat (limited to 'devhelp2.xsl')
-rw-r--r--devhelp2.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/devhelp2.xsl b/devhelp2.xsl
index f9c3d9a..2958baf 100644
--- a/devhelp2.xsl
+++ b/devhelp2.xsl
@@ -1,7 +1,7 @@
<?xml version='1.0'?> <!--*- mode: xml -*-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version='1.0'
- xmlns="http://www.devhelp.net/book"
+ xmlns="urn:devhelp"
xmlns:str="http://exslt.org/strings"
exclude-result-prefixes="str">