Dear list,
I would like to ask you some help .
I’m trying to add a call to showSingleMetadata function on my.html page with this snippet of code and I can’t visualize nothing more than the original page.
I think that the problem is that my.html page is generated by xsl transformation.
MyLinkPage.xml page is like that
<content>
…
</content>
page.xsl is like this
<xsl:template name=“content”>
<xsl:call-template name=“formLayout”>
<xsl:with-param name=“title” select=“/root/gui/page/title”/>
<xsl:with-param name=“content”>
In my config.xml I have something like this:
When I click on the link I can see that the call http://localhost:8082/geonetwork/srv/en/metadata.show.embedded?id=11111&currTab=simpleworks properly and it gives the right reply, but the problem is that I can’t visualize that response inside myPage.
Hope it’s clear.
Many thanks for any help,
Regards,
Federico