Hello
I am having the same problem
I tried to edit the: C:\Program Files\Microsoft Office\Office12\Bibliography\Style\ISO690Nmerical.XSL
but the lines 2013 and 2024 does'nt apear to be inside the templ_prop_OpenBracket and templ_prop_CloseBracket.
wrote:
<xsl:template name="templ_prop_CloseQuote" >
<xsl:param name="LCID" />
<xsl:variable name="_LCID">
<xsl:call-template name="localLCID">
<xsl:with-param name="LCID" select="$LCID"/>
</xsl:call-template>
</xsl:variable>
<xsl:value-of select="/*/b:Locals/b:Local[@LCID=$_LCID]/b:General/b:CloseQuote"/>
</xsl:template>
<xsl:template name="templ_prop_OpenBracket" >
<xsl:param name="LCID" />
<xsl:variable name="_LCID">
<xsl:call-template name="localLCID">
<xsl:with-param name="LCID" select="$LCID"/>
</xsl:call-template>
</xsl:variable>
<xsl:value-of select="/*/b:Locals/b:Local[@LCID=$_LCID]/b:General/b:OpenBracket"/>
</xsl:template>
What should i change to make the brackets -> [ and ]
Can you tell me what is this folder
C:\Program Files\Microsoft Office\Office12\Bibliography\Sort
it as 4 files: AUTOR.XSL, TAG.XSL, TITLE.XSL, YEAR.XSL
In al the files there is this:
wrote:
<xsl:variable name="const_BracketOpen">
<xsl:text>(</xsl:text>
</xsl:variable>
<xsl:variable name="const_BracketClose">
<xsl:text>)</xsl:text>
</xsl:variable>
I trieded to change it all to [ and ]
But no change in the Word Doc.
Please Help Me[C]