Hi.
Can anyone help me with this xslt problem? I have this:
<?xml version="1.0" encoding="ISO-8859-1" ?>
<Bilder>
<Bild url=" ordning="0" mediatypid="1">
tullball
</Bild>
</Bilder>
..and I want convert it to this:
<?xml version="1.0" encoding="ISO-8859-1" ?>
<Bilder>
<Bild url=" ordning="0" mediatypid="1" value="tullball">
</Bild>
</Bilder>
..can anyone help me with the look of the xslt?
Regards, Tommy
Can anyone help me with this xslt problem? I have this:
<?xml version="1.0" encoding="ISO-8859-1" ?>
<Bilder>
<Bild url=" ordning="0" mediatypid="1">
tullball
</Bild>
</Bilder>
..and I want convert it to this:
<?xml version="1.0" encoding="ISO-8859-1" ?>
<Bilder>
<Bild url=" ordning="0" mediatypid="1" value="tullball">
</Bild>
</Bilder>
..can anyone help me with the look of the xslt?
Regards, Tommy