Hey How can I parse an iwov dcr ? Please explain with an example.Thanks in advance
Run perldoc on TeamSite:CRparser and TeamSite:CRnode, POD documentation contains usage samples as well.For your purpose it's much easier than generic XMLParser, lots of DCR details are already covered.
suprisingly, pretty often I use those modules for some non-iwov XML (there is no much if you are not using non-native XML for DCRs).
I cannot think of the last time I used the IWOV DCRs, I always define mine as XML.
apart from compatibility with LiveSite (I gueess?) and some other requirements and maybe some saving of a few kilobytes, old iwov xml is still pretty Ok to use. But I do start all new implementations with an industry XML, true.
Same here.I am at a client where we are planning on a lot of new templates. I would like to go with xml format, but I really would like to keep it all uniform and stick to one format. I looked everywhere for a comprehensive list of gotcha's with either format without luck.Here's my list:1. cool factor - xml sounds better 2. I am used to using pathid 3. A lot of FormAPI I believe depends on pathid4. Livesite likes itNone of the above reasons is something that my customer would like to hear unless I provide good examples.Can some one add anything else?