Could be achieved by just dropping a "to_string :STRINGIFY" sub into anySimpleType.
Seems sensible, as escaping forces users to do extra work when embedding simpleType objects in templates.
Should probably not be changed for complexTypes yet - though we might drop stingification completely, as it can induce unnoticed performance penalties when writing code like
if ($complexType)
In this statement $complexType actually serializes to its XML value...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=884175
Originator: NO
Could be achieved by just dropping a "to_string :STRINGIFY" sub into anySimpleType.
Seems sensible, as escaping forces users to do extra work when embedding simpleType objects in templates.
Should probably not be changed for complexTypes yet - though we might drop stingification completely, as it can induce unnoticed performance penalties when writing code like
if ($complexType)
In this statement $complexType actually serializes to its XML value...
Logged In: YES
user_id=884175
Originator: NO
Fixed in rev409.
SimpleTypes now just return their value on serialization.