Correction pour xsltproc
authorPatrick PIERRE
dim., 12 janv. 2014 19:21:10 +0100
changeset 291 093119d000aa
parent 290 2fb8828d85fd
child 292 68a36d507716
Correction pour xsltproc
RelaxNG/publiquiz.rnc
--- a/RelaxNG/publiquiz.rnc	dim. janv. 12 19:00:01 2014 +0100
+++ b/RelaxNG/publiquiz.rnc	dim. janv. 12 19:21:10 2014 +0100
@@ -466,11 +466,41 @@
 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inlines ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 blanks.inlines =
-   inlines
+   simple.inlines
+ & literal*
+ & foreign*
+ & highlight*
+ & emphasis*
+ & mentioned*
+ & stage*
+ & initial*
+ & quote*
+ & image*
+ & audio*
+ & smil*
+ & note*
+ & link*
+ & anchor*
+ & index*
  & blank*
 
 point.inlines =
-   inlines
+   simple.inlines
+ & literal*
+ & foreign*
+ & highlight*
+ & emphasis*
+ & mentioned*
+ & stage*
+ & initial*
+ & quote*
+ & image*
+ & audio*
+ & smil*
+ & note*
+ & link*
+ & anchor*
+ & index*
  & blank*
  & point.right*
  & point.wrong*