Changeset 254 for trunk/rfcs
- Timestamp:
- 06/22/05 17:04:30 (3 years ago)
- Files:
-
- trunk/rfcs/rfc0002.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/rfcs/rfc0002.txt
r253 r254 85 85 to use something like namespace_elementname here. 86 86 87 We need to make sure, subpackages also provide support for namespaces. 88 89 1. 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 87 100 # History 88 101 ---------------------------------------------------------------------- 89 102 90 103 $Log$ 104 Revision 1.2 2005/06/22 15:04:30 schst 105 added some notes on the patForms_Parser 106 91 107 Revision 1.1 2005/06/22 14:41:40 sfuchs 92 108 Startet RFC #0002
