Hi,
I have a DCR, "content.xml". The DCR has a textarea whose value is an xml.
The XML has a tag called "Image".
The "Image" tag's attribute "path" has the relative path for another dcr(path starts with "templatedata/something/something/data/filename.xml").
This file has the path to the actual image file. the xpath is like "/root/element/imgpath".
Now how do I access the value contained in imgpath which is in say "Image.xml", from the xsl i have written to parse content.xml, say "content.xsl"?
Note that content and image are dcrs for different datatypes(dct).
I tried giving the image tage like this
path)//imgpath"/> and variations of this.
But in the preview i do not get the image. The html in the view source gives the image tag like this:
<img src="" />.
path"/>, but nothing was printed.
Any help is welcome. Thanks to all in advance.