Document faceting and work on facetLayout.
[pspp] / detail-xml
index 1684915bf54c9f3034f6f68f75dd7fd352515940..9fca90acf4aa118f8f887bd9208810b275b36cc9 100644 (file)
@@ -66,7 +66,7 @@ formatMapping := [id? from] format
 footnotes := [id? superscript variable] footnoteMapping+
 footnoteMapping := [id? from to definesReference]
 
-cross := [id?] nest+
+cross := [id?] nest nest
 nest := [id?] variableReference+
 variableReference := [ref]
 
@@ -119,9 +119,8 @@ style :=
       textAlignment
       size?)?
      visible?
-     color? color2?
+     color? color2?]
      
-
 layer := [id? value variable method? visible?]
 layerController := [id? source target]