When working with images Framemaker generates the following when exporting to XML.
!NOTATION jpeg SYSTEM ""
!ENTITY symbol1 SYSTEM "Graphics/Icon%20Files/Haz_Icon_Heavy.jpg" NDATA jpeg
The XML looks like this:
symbol boardno = "symbol1" reprowid = "1.000in" reprodep = "1.000in"
How would you display the image using xsl, without having to hand code every one...
Thank you in advance.
!NOTATION jpeg SYSTEM ""
!ENTITY symbol1 SYSTEM "Graphics/Icon%20Files/Haz_Icon_Heavy.jpg" NDATA jpeg
The XML looks like this:
symbol boardno = "symbol1" reprowid = "1.000in" reprodep = "1.000in"
How would you display the image using xsl, without having to hand code every one...
Thank you in advance.