Is it possible to link tags together. example: <tag1>some data</tag1> <tag2>Here i want to link or copy tag1 data</tag2> previously i dint write any xml to my application this is the first time i am using. pls guide me.
Is it possible to link tags together. example: <tag1>some data</tag1> <tag2>Here i want to
Share
You could use the xlink standard; see http://www.w3.org/TR/xlink/. Its overkill but will accomplish what you want.