]> granicus.if.org Git - docbook-dsssl/commitdiff
Fixed some problems:
authorThomas Schraitle <tom_schr@web.de>
Sun, 21 Jun 2009 16:39:53 +0000 (16:39 +0000)
committerThomas Schraitle <tom_schr@web.de>
Sun, 21 Jun 2009 16:39:53 +0000 (16:39 +0000)
- phrase needs to be in the DocBook 5 namespace
- Removed xml:base

docbook/relaxng/docbook/howto/de/howto_de.xml

index 87fd605f782368cb785738c1412c0e27a8e83771..e7ff6256e5682bf4e4ce22ccdce6cbe53c6ecd50 100644 (file)
@@ -6,21 +6,12 @@
 <!ENTITY yes "<phrase role='unicode yes'>✔</phrase>">
 <!ENTITY no "<phrase role='unicode no'>✘</phrase>">
 -->
-<!ENTITY yes "<phrase role='unicode yes'>JA</phrase>">
-<!ENTITY no "<phrase role='unicode no'>NEIN</phrase>">
+<!ENTITY yes "<phrase xmlns='http://docbook.org/ns/docbook' role='unicode yes'>JA</phrase>">
+<!ENTITY no  "<phrase xmlns='http://docbook.org/ns/docbook' role='unicode no'>NEIN</phrase>">
 ]>
-<!-- 
- Process it with:
- $ xsltproc -output howto_de.html -stringparam profile.lang de \
-    $DB_XSL_NS/html/profile-docbook.xsl howto_de.xml
- Replace $DB_XSL_NS with the path of your DocBook XSL Stylesheet
- installation directory 
--->
 
 
 <article xmlns="http://docbook.org/ns/docbook"
-  xml:base="http://www.suse.de/~toms/transitionguide/"
   xmlns:xl="http://www.w3.org/1999/xlink" version="5.0" xml:lang="de">
   <info>
     <title>DocBook V5.0</title>