Nested XSL

S

Shakeel

Hi,
I have a <fo:external-graphic element, the 'src' attribute of this
element gets it's value from one of the node elements in the xml file.

eg: Am looking for something like this:
<fo:external-graphic src= "<xsl:value-of select="node/attrib"\>"
content-width="3pt" content-height="3pt" scaling="uniform"/>

Could someone help here? How do I accomplish this?

Thanks
Shakeel
 
S

stephane.mottelet

Shakeel said:
Hi,
I have a <fo:external-graphic element, the 'src' attribute of this
element gets it's value from one of the node elements in the xml file.

eg: Am looking for something like this:
<fo:external-graphic src= "<xsl:value-of select="node/attrib"\>"
content-width="3pt" content-height="3pt" scaling="uniform"/>

Could someone help here? How do I accomplish this?

Thanks
Shakeel
<fo:external-graphic src= "{node/attrib}"
content-width="3pt" content-height="3pt" scaling="uniform"/>


S.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top