Print

Print


Can anyone help me get from this, in my xml doc:

<extptr show="embed" actuate="onload" entityref="nyplogo"/>

using an xsl template, to display the image.



Similarly, I need to get from the line below in my xml doc:

<extref href="http://nypl.org/research/lpa/the/the.html" actuate="onload"
show="new">http://nypl.org/research/lpa/the/the.html</extref>

using an xsl template, to create line below in the resulting html (a live
link):

<a href="http://nypl.org/research/lpa/the/the.html"
target="_blank">http://nypl.org/research/lpa/the/the.html</a>


Thanks for any help.
Lynn