spv-light-decoder: Fix check for valid decimal point characters.
[pspp] / src / output / spv / structure-xml.grammar
index d185316536d88802bfdae4766afde5dcd633d548..1ed0b1b9fec176b8f90c441c93be26593189ced4 100644 (file)
@@ -191,6 +191,13 @@ pageParagraph => pageParagraph_text
 
 text[pageParagraph_text] :type=(title | text) => TEXT
 
-object :type[object_type]=(unknown)? :uri => EMPTY
+object
+   :commandName?
+   :type[object_type]=(unknown)?
+   :uri
+=> EMPTY
 
-image :VDPId :commandName => dataPath
+image
+   :commandName?
+   :VDPId
+=> dataPath