|
|
|
@ -9,7 +9,7 @@
|
|
|
|
|
<xsl:template match="/"> |
|
|
|
|
|
|
|
|
|
<div><table cellspacing="3" cellpadding="3"><tbody> |
|
|
|
|
<tr><th colspan="3"><h3>MetaData</h3></th></tr> |
|
|
|
|
<tr><th colspan="3"><h3>DC Metadata</h3></th></tr> |
|
|
|
|
<xsl:for-each select="/*/*"> |
|
|
|
|
<xsl:variable name="FULLFIELD" select="name()"/> |
|
|
|
|
<xsl:variable name="FIELD" select="local-name()"/> |
|
|
|
@ -30,4 +30,4 @@
|
|
|
|
|
</xsl:template> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</xsl:stylesheet> |
|
|
|
|
</xsl:stylesheet> |
|
|
|
|