transform with xsl:<img src="http://localhost"/> to <fo:external
volod
11:32 pm on Jan 30, 2005 (gmt 0)
Hello, unfortunatly I'm not good at xsl transformations. I need to transfrom with xsl text that is in xml. In xml there are html images like that: <img src="http://localhost"/> how can I convert it in xsl to: <fo:external-grahic src="http://localhost"/>
There is one note: this image tag is placed inside text that shouldn't be affected.
I don't know is that important or not: I do transformation with Java's javax.xsl.transform.Transformer