splitting the xmlnode based on nodelength
-
Hi, My Sample XML is as follows:
Now i need to prepare XSLT such that if nodes are more than 3 then i need to get only roll and studname nodes.
I need to get the result as
Please provide me the required XSLT such that i need to get the above output... Thanks in advance Harini
-
Hi, My Sample XML is as follows:
Now i need to prepare XSLT such that if nodes are more than 3 then i need to get only roll and studname nodes.
I need to get the result as
Please provide me the required XSLT such that i need to get the above output... Thanks in advance Harini
-
I don't understand;
harinit wrote:
if nodes are more than 3
From your input and output it looks as if you are doing nothing more than removing all the ClassX nodes.
Every man can tell how many goats or sheep he possesses, but not how many friends.
Hi i am sorry for not explaining correctly... My sample xml is as follows:
We need to get the length of xml node including child nodes. Suppose if the length of xml exceeds the configured length then it should be formatted as small xml file with root elements. Example: consider the node(including child nodes) exceedes the length 100 then we should format the xml as given below using XSLT.
-
Hi, My Sample XML is as follows:
Now i need to prepare XSLT such that if nodes are more than 3 then i need to get only roll and studname nodes.
I need to get the result as
Please provide me the required XSLT such that i need to get the above output... Thanks in advance Harini