# HG changeset patch
# User Patrick PIERRE <patrick.pierre@prismallia.fr>
# Date 1325935270 -3600
# Node ID 52c72abcc57d1dabac4443bc54ecdd65eafaa425
# Parent  b47c497e1f0febe4d42d3117b242678fb533fa0e
xml:lang sur <topic>

diff -r b47c497e1f0f -r 52c72abcc57d RelaxNG/publidoc.rnc
--- 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?,
diff -r b47c497e1f0f -r 52c72abcc57d RelaxNG/publidoc.rng
--- 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">