Subject: [xsl] combining the children of similar nodes under one node From: David Montalvo <damontal@xxxxxxxxxxx> Date: Sat, 6 Mar 2004 19:12:18 -0500 |
<inventory> <product> <name>chair</name> <style>rocking</style> </product>
<product> <name>chair</name> <type>rocking</type> --> same value as <style> above </product> <product> <name>chair</name> <style>folding</style> <type>lawn</type> </product> </inventory>
<product> <name>chair</name> <style>rocking</style> </product> <product> <name>chair</name> <style>folding</style> <type>lawn</type> </product>
<product> <name>chair</name> <style>rocking</style> </product> <product> <name>chair</name> <style>rocking</style> <style>folding</style> <type>lawn</type> </product>
<product> <name>chair</name> <style>rocking</style> <style>folding</style> <type>lawn</type> </product>
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
RE: [xsl] What is the best XSLT boo, Rowland Shaw | Thread | RE: [xsl] combining the children of, Andreas L. Delmelle |
RE: [xsl] Please help. fixing white, Michael Kay | Date | RE: [xsl] combining the children of, Andreas L. Delmelle |
Month |