Hi, I have an XML in the form
<root>
<image> C:/images/image1.jpg </image>
</root>
Now i need to use this path (C:/images/image1.jpg) in my XSL-FO in such a way that it looks like,
<fo:external-graphic src="C:/images/image1.jpg" />
How i can achieve that in my XSL-FO using the path from XML??