Hi everyone,-->I have a requirement of deploying an XML file as output but i want to modify the structure of the output file. -->For example the default structure of the output xml-formatted-file is <data-tuple> <tuple-field name="key">TeamSite/Templating/DCR/Type</tuple-field> <tuple-field name="value">personal/silo_landing_pages</tuple-field> <tuple-field name="path">templatedata\personal\silo_landing_pages\data\newform</tuple-field> </data-tuple>I want to get rid of the keywords <data-tuple> and <tuple-field name> and use user defined keywords..-->I have referred Open Deploy Reference guide, but i couldnt exactly find which dtd to modify for this purpose.--> Please suggest whether it is possible to do this or not. If yes which DTD do i have to modify and how.Thanks in advance.I am using Teamsite 7.0 , Open Deploy 7.0 and am working on the Windows 2003.
Hi adam, Thanks a lot for replying.What i am trying to use is -->Open Deploy configuration file to deploy an XML to formatted XML using the configuration file Deployment.xml.txt(PFA)-->The source XML file is like this:-<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE press-release SYSTEM "employee.dtd"><deptRecords><dept><deptId>00101</deptId><description name="Engineering"/></dept></deptRecords>-->The output xml file that i am getting is something like this:-<xml-tuple-data version="2.0.0"><data-tuple><tuple-field name="deptRecords/0/dept/0/deptId/0">00101</tuple-field><tuple-field name="deptRecords/0/dept/0/description/0/name">Engineering</tuple-field></data-tuple></xml-tuple-data>-->Now our requirement is to get rid of the keywords like data-tuple and tuple-field name, instead we want to use our own keywords e.g. <Department> etc -->Please tell me what i need to do in order to achive this.. Thanks
Yes adam, sorry for the confusion.. I am using the data deploy for deployment..Now i guess the question remains valid and if you could further illustrate how to achive the suggestions you gave, i'll be highly thankful..Also if i need to deploy xml as data, how the above can be done..
You say OpenDeploy - but you're using DataDeploy.You say you want to deploy XML - so I repeatr is there some technical reason why you are unable to do either of the above?