[jboss-cvs] jboss-seam/src/main/org/jboss/seam ...

Gavin King gavin.king at jboss.com
Sun Jun 3 14:46:08 EDT 2007


  User: gavin   
  Date: 07/06/03 14:46:08

  Modified:    src/main/org/jboss/seam  pages-1.3.dtd
  Log:
  make them optional
  
  Revision  Changes    Path
  1.3       +2 -2      jboss-seam/src/main/org/jboss/seam/pages-1.3.dtd
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: pages-1.3.dtd
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/pages-1.3.dtd,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- pages-1.3.dtd	3 Jun 2007 18:33:51 -0000	1.2
  +++ pages-1.3.dtd	3 Jun 2007 18:46:08 -0000	1.3
  @@ -42,11 +42,11 @@
   
   <!ELEMENT restrict (#PCDATA)>
   
  -<!ELEMENT navigation (((begin-conversation|end-conversation|start-task|begin-task|end-task|create-process|resume-process)?,(out*),raise-event,(render|redirect))|(rule*))>
  +<!ELEMENT navigation (((begin-conversation|end-conversation|start-task|begin-task|end-task|create-process|resume-process)?,(out*),raise-event,(render|redirect)?)|(rule*))>
   <!ATTLIST navigation from-action CDATA #IMPLIED>
   <!ATTLIST navigation evaluate CDATA #IMPLIED>
   
  -<!ELEMENT rule ((begin-conversation|end-conversation|start-task|begin-task|end-task|create-process|resume-process)?,(out*),raise-event,(render|redirect))>
  +<!ELEMENT rule ((begin-conversation|end-conversation|start-task|begin-task|end-task|create-process|resume-process)?,(out*),raise-event,(render|redirect)?)>
   <!ATTLIST rule if-outcome CDATA #IMPLIED>
   <!ATTLIST rule if CDATA #IMPLIED>
   
  
  
  



More information about the jboss-cvs-commits mailing list