View Single Post
 
Old 08-05-2010, 01:52 AM
tomasz tomasz is offline Windows 7 Office 2007
Novice
 
Join Date: Aug 2010
Posts: 1
tomasz is on a distinguished road
Default BIbliografy cytation

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
Reply With Quote