Sha256: 4d9db48d5659119b9acf87b64a444de0ecfd0764f9a4813522cadeba95477214
Contents?: true
Size: 553 Bytes
Versions: 9
Compression:
Stored size: 553 Bytes
Contents
2009-04-16 (version 1.0.2) -- if tag starts with a number, prefix it with an 'x' (e.g. 0abc --> x0abc). The problem arose if a tag like <0abc> was used in an xml file used to generate xampl code. In that case, the 'attribute names' associated with the tag would be based on '_abc'. The change makes the attribute names be based on x0abc. The choice of 'x' is arbitrary, but we can't have a leading digit, and the '_' could fail to distinguish certain elements (e.g. 0abc and 1abc would both be based on '_abc').
Version data entries
9 entries across 9 versions & 2 rubygems