Re: pick version from xml node and replace to another xml file

2009-07-14 Thread Scot P. Floess
What does this XML represent? Is it a properties file? You can certainly do this type of work with XSLT - but not sure how its being used base don your question... On Tue, 14 Jul 2009, jhoomshar...@netscape.net wrote: Hi All, does it possible to pick the version from xml node 3.4.02.02

pick version from xml node and replace to another xml file

2009-07-13 Thread jhoomsharabi
Hi All, does it possible to pick the version from xml node 3.4.02.02 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: Any idea how I can achive this?