xml:lang sur <topic>
authorPatrick PIERRE <patrick.pierre@prismallia.fr>
sam., 07 janv. 2012 12:21:10 +0100
changeset 69 52c72abcc57d
parent 68 b47c497e1f0f
child 70 5d58a740a067
xml:lang sur <topic>
RelaxNG/publidoc.rnc
RelaxNG/publidoc.rng
--- a/RelaxNG/publidoc.rnc	ven. janv. 06 12:09:03 2012 +0100
+++ b/RelaxNG/publidoc.rnc	sam. janv. 07 12:21:10 2012 +0100
@@ -261,6 +261,7 @@
 topic.attributes =
    topic.id.attribute?
  & topic.type.attribute?
+ & lang.attribute?
 
 topic.content =
    component.head?,
--- a/RelaxNG/publidoc.rng	ven. janv. 06 12:09:03 2012 +0100
+++ b/RelaxNG/publidoc.rng	sam. janv. 07 12:21:10 2012 +0100
@@ -576,6 +576,9 @@
       <optional>
         <ref name="topic.type.attribute"/>
       </optional>
+      <optional>
+        <ref name="lang.attribute"/>
+      </optional>
     </interleave>
   </define>
   <define name="topic.content">