Changes between Version 9 and Version 10 of MapGuideRfc31
- Timestamp:
- 08/30/07 13:06:12 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc31
v9 v10 116 116 ==== <Parameter> Modifications ==== 117 117 118 The second modification proposed is the set of values that can be present in the '''<!DataType>''' element. <br>118 The second modification proposed is the set of values that can be present in the '''<!DataType>''' element. 119 119 Currently the meaning for '''<!DataType>''' is 120 120 * '''"An optional data type declaration for the parameter."'''. … … 253 253 === The MDF Parser Modifications === 254 254 The MDF Model uses the : 255 * Text class to store text element information.255 * Text class to store text element information. 256 256 The above class would require new methods to get and set the markup contents. 257 * There is no code change required for the !DataType changes as it only affects the documentation/usage of the element.257 * There is no code change required for the !DataType changes as it only affects the documentation/usage of the element. 258 258 259 259 The MDF Parser uses the IOText class to read and write the XML text definitions. It would be updated to handle reading and writing of the new Markup element, including proper versioning support.