CDATA
Hi,
I am doing a XSLT transformation from HR-XML to a proprietary xml. I need to transform a large chunk of data from HR-XML to the CDATA section of the proprietary xml. This means that I need to create a CDATA section in xslt to hold these data. My quesitons is that should I use two xslts, one to extract the necessary data from HR-XML and save it as new file, then write another xslt to put the new file to the CDATA section of the proprietary xml? Or should I just write one xslt to accomplish this task? If use one xslt, how can I do so?
Thanks in advance!
hx
|