Author: spepping
Date: Wed Jun  8 10:05:05 2011
New Revision: 1133325

URL: http://svn.apache.org/viewvc?rev=1133325&view=rev
Log:
Fix a regexp error in the schema

Modified:
    
xmlgraphics/fop/trunk/src/documentation/intermediate-format-ng/fop-intermediate-format-ng-datatypes.xsd

Modified: 
xmlgraphics/fop/trunk/src/documentation/intermediate-format-ng/fop-intermediate-format-ng-datatypes.xsd
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/intermediate-format-ng/fop-intermediate-format-ng-datatypes.xsd?rev=1133325&r1=1133324&r2=1133325&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/src/documentation/intermediate-format-ng/fop-intermediate-format-ng-datatypes.xsd
 (original)
+++ 
xmlgraphics/fop/trunk/src/documentation/intermediate-format-ng/fop-intermediate-format-ng-datatypes.xsd
 Wed Jun  8 10:05:05 2011
@@ -92,7 +92,7 @@
       <!-- TODO refine me: \w+ will not be good enough for CMYK color, for 
example
       <xs:pattern 
value="\((solid|dotted|dashed|double|groove|ridge|inset|outset),\w+,\d+(,collapse-(inner|outer))?"/>
       -->
-      <xs:pattern 
value="\((solid|dotted|dashed|double|groove|ridge|inset|outset),.+)"/>
+      <xs:pattern 
value="\((solid|dotted|dashed|double|groove|ridge|inset|outset),.+\)"/>
     </xs:restriction>
   </xs:simpleType>
   <xs:simpleType name="lengthListType">



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to