copying elemnt

Are you missing a feature? Request its implementation here.
agashirazi
Posts: 4
Joined: Wed Nov 05, 2003 7:46 pm

copying elemnt

Post by agashirazi »

Hey,

I like to know if theres any function in Oxygen that would help me create a new XML file with just some elements being copied from another XML file?

If I was unclear, I have one big XML file and I want to create a new one but with just a new of the elements from big XML file. With the tree structure I would also like to copy the data too.

Thanks
Aga Shirazi
george
Site Admin
Posts: 2095
Joined: Thu Jan 09, 2003 2:58 pm

Post by george »

Hi Aga,

You can write a simple stylesheet to extract a fragment from your big document and configure the transformation to save the result as the new document you want to create.

Also you can create a document template then create new documents using that template but in this case the document is static, that is what you save as template is what you get as new document.

Best Regards,
George
Post Reply