Hi All, does it possible to pick the version from xml node
<version>3.4.02.02</version> in format such that each digit gets picked up assuming decimal "." as seprator and than write it into different format in another xml file like this: <version product="" releaseVersion="3" majorVersion="4" minorVersion="02" subMinorVersion="02"/> Any idea how I can achive this?