Hello...
I really never got into XSLT until now and I am having some problems finding the right way to do this:
what I need is to display for each element that has certain attributes its value, along with the attributes.
For example, for
the output would be:
###at1 ###at2
###at3 ###at4 Data1
###at5 ###at6 Data2
Can anybody help me on this?
Thanks!
[red]Nosferatu[/red]
We are what we eat...
There's no such thing as free meal...
once stated: methane@personal.ro
I really never got into XSLT until now and I am having some problems finding the right way to do this:
what I need is to display for each element that has certain attributes its value, along with the attributes.
For example, for
Code:
<n1 attr1="at1" attr2 = "at2">
<n2 attr1="at3" attr2 = "at4">Data</n2>
<n3 attr1="at5" attr2 = "at6">Data1</n3>
</n1>
the output would be:
###at1 ###at2
###at3 ###at4 Data1
###at5 ###at6 Data2
Can anybody help me on this?
Thanks!
[red]Nosferatu[/red]
We are what we eat...
There's no such thing as free meal...
once stated: methane@personal.ro