hello i found this
http://blogs.msdn.com/b/microsoft_of...dex=1#comments
and i did my teamplate bibliografy
but didnt work edit in cytat pages
this my code teampate
Quote:
<body>
<!-- Defines the output format as (Author, Year)-->
<xsl:text></xsl:text>
<xsl:value-of select="b:Author/b:Author/b:NameList/b:Person/b:Last"/>
<xsl:text>, </xsl:text>
<xsl:value-of select="b:Author/b:Author/b:NameList/b:Person/b:First"/>
<xsl:text>, </xsl:text>
<i><xsl:value-of select="b:Title"/></i>
<xsl:text>, </xsl:text>
<xsl:value-of select="b:Publisher"/>
<xsl:text>, </xsl:text>
<xsl:value-of select="b:Year"/>
<xsl:text>, </xsl:text>
<xsl:value-of select="/b:Citation/b:PageSuffix"/>
<xsl:text></xsl:text>
</body>
|
please help