Show
Ignore:
Timestamp:
06/22/05 17:04:30 (3 years ago)
Author:
schst
Message:

added some notes on the patForms_Parser

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/rfcs/rfc0002.txt

    r253 r254  
    8585   to use something like namespace_elementname here. 
    8686 
     87We need to make sure, subpackages also provide support for namespaces. 
     88 
     891. patForms_Parser 
     90   Make sure that the parser is able to treat the namespace attribute 
     91   correctly: 
     92   <patForms:Form namespace="delivery"> 
     93      ...    
     94   </patForms:Form> 
     95   There are two possible solutions: 
     96   - The Parser will call setNamespace after creating the form 
     97   - The namespace property is no real property, but an attribute 
     98     and can be passed to the constructor. 
     99    
    87100# History 
    88101---------------------------------------------------------------------- 
    89102 
    90103$Log$ 
     104Revision 1.2  2005/06/22 15:04:30  schst 
     105added some notes on the patForms_Parser 
     106 
    91107Revision 1.1  2005/06/22 14:41:40  sfuchs 
    92108Startet RFC #0002