|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
1200+ fellow developers rate and compare features of the top IDEs, like Visual Studio, Eclipse, RAD, Delphi and others, across 13 categories. Enjoy this FREE Download of the IDE User Satisfaction Study by Evans Data Corporation. Download Now!
|
|
#1
|
|||
|
|||
|
I would like to get something like:
<a b="1"> <c d="2"> whatever </c> </a> converted to something like: <a> <b> 1 </b> <c> <d> 2 </d> whatever </c> </a> I would like to turn attributes to element nodes, I've come up with a simple XSL to do it but I can only get the values of the attributes but not their names (that are unknown). thanks in advance. danig |
|
#2
|
|||
|
|||
|
I've solved it myself, it was only a matter of finding the right function... =)
Quote:
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > XML Programming > attributes to nodes in XSL? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|