<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 Forums - Coffeehouse - Word 2007 citations, should be simple, but... (solved)</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Forums/rss"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 Forums - Coffeehouse - Word 2007 citations, should be simple, but... (solved)</title>
		<link>http://channel9.msdn.com/Forums</link>
	</image>
	<description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
	<link>http://channel9.msdn.com/Forums</link>
	<language>en</language>
	<pubDate>Wed, 19 Jun 2013 09:01:33 GMT</pubDate>
	<lastBuildDate>Wed, 19 Jun 2013 09:01:33 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>14</c9:totalResults>
	<c9:pageCount>-14</c9:pageCount>
	<c9:pageSize>-1</c9:pageSize>
	<item>
		<title>Coffeehouse - Word 2007 citations, should be simple, but... (solved)</title>
		<description><![CDATA[<p>I am using the citations feature in Word 2007, and it's quite nice. It's not as powerful as BibTex or anything but it's still nice.<br>
<br>
One thing though: I'm using the ISO 690&nbsp;Numerical Reference style, and whenever I insert a citation, it comes out looking like e.g. <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-14.gif' alt='Devil' />. What I want it to look like however is [6].<br>
<br>
Square brackets instead of parenthesis. It should be simple, but I can't find any way to change this. There's some horrible 7000-lines XSLT files corresponding to the different styles, but they seem to deal only with the bibliography section, not the inline
 citations.<br>
<br>
Does anyone know how I can change this, or am I going to have to convert them to static text and fix them manually&nbsp;one by one?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/240589-Word-2007-citations-should-be-simple-but-solved/240589#240589</link>
		<pubDate>Tue, 17 Oct 2006 13:18:28 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/240589-Word-2007-citations-should-be-simple-but-solved/240589#240589</guid>
		<dc:creator>Sven Groot</dc:creator>
		<slash:comments>14</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Sven Groot/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Word 2007 citations, should be simple, but... (solved)</title>
		<description><![CDATA[<p>I managed to do this, I will document it here for future reference.<br>
<br>
In the C:\Program Files (x86)\Microsoft Office\Office12\Bibliography\Style\ISO690Nmerical.XSL file, there's two templates, named templ_prop_OpenBracket and templ_prop_CloseBracket. These get the actual bracket from some other XML source but I can't find where
 that's stored. Not in the .docx file as far as I can tell. So I just changed the XSL file. I changed line 2013 and 2024 to &lt;xsl:text&gt;[&lt;/xsl:text&gt; and &lt;xsl:text&gt;]&lt;/xsl:text&gt; respectively, and that did the job.<br>
<br>
Come on MS, surely there's a better way to do this which I'm missing somehow...</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/240589-Word-2007-citations-should-be-simple-but-solved/d1f8ca6b514947a993c09dec0020e004#d1f8ca6b514947a993c09dec0020e004</link>
		<pubDate>Tue, 17 Oct 2006 20:33:27 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/240589-Word-2007-citations-should-be-simple-but-solved/d1f8ca6b514947a993c09dec0020e004#d1f8ca6b514947a993c09dec0020e004</guid>
		<dc:creator>Sven Groot</dc:creator>
		<slash:comments>14</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Sven Groot/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Word 2007 citations, should be simple, but... (solved)</title>
		<description><![CDATA[<p>Hello<br>
I am having the same problem<br>
I tried to edit the: C:\Program Files\Microsoft Office\Office12\Bibliography\Style\ISO690Nmerical.XSL<br>
<br>
but the lines 2013 and 2024 does'nt apear to be inside the templ_prop_OpenBracket and templ_prop_CloseBracket.<br>
<blockquote>
<div>wrote:</div>
<div><br>
&nbsp; &lt;xsl:template name=&quot;templ_prop_CloseQuote&quot; &gt;<br>
&nbsp;&nbsp;&nbsp; &lt;xsl:param name=&quot;LCID&quot; /&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;xsl:variable name=&quot;_LCID&quot;&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;xsl:call-template name=&quot;localLCID&quot;&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;xsl:with-param name=&quot;LCID&quot; select=&quot;$LCID&quot;/&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/xsl:call-template&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;/xsl:variable&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;xsl:value-of select=&quot;/*/b:Locals/b:Local[@LCID=$_LCID]/b:General/b:CloseQuote&quot;/&gt;<br>
&nbsp; &lt;/xsl:template&gt;<br>
<br>
&nbsp; <br>
&nbsp; &lt;xsl:template name=&quot;templ_prop_OpenBracket&quot; &gt;<br>
&nbsp;&nbsp;&nbsp; &lt;xsl:param name=&quot;LCID&quot; /&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;xsl:variable name=&quot;_LCID&quot;&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;xsl:call-template name=&quot;localLCID&quot;&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;xsl:with-param name=&quot;LCID&quot; select=&quot;$LCID&quot;/&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/xsl:call-template&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;/xsl:variable&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;xsl:value-of select=&quot;/*/b:Locals/b:Local[@LCID=$_LCID]/b:General/b:OpenBracket&quot;/&gt;<br>
&nbsp; &lt;/xsl:template&gt;<br>
</div>
</blockquote>
<br>
<br>
What should i change to make the brackets -&gt; [ and ]<br>
Can you tell me what is this folder<br>
&nbsp;C:\Program Files\Microsoft Office\Office12\Bibliography\Sort <br>
<br>
it as 4 files: AUTOR.XSL, TAG.XSL, TITLE.XSL, YEAR.XSL<br>
In al the files there is this:<br>
<blockquote>
<div>wrote:</div>
<div><br>
&lt;xsl:variable name=&quot;const_BracketOpen&quot;&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;xsl:text&gt;(&lt;/xsl:text&gt;&nbsp;&nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp; &lt;/xsl:variable&gt;<br>
<br>
&nbsp;&nbsp;&nbsp; &lt;xsl:variable name=&quot;const_BracketClose&quot;&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;xsl:text&gt;)&lt;/xsl:text&gt;&nbsp;&nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp; &lt;/xsl:variable&gt;<br>
</div>
</blockquote>
<br>
<br>
I trieded to change it all to [ and ]<br>
But no change in the Word Doc.<br>
<br>
Please Help Me[C]<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/240589-Word-2007-citations-should-be-simple-but-solved/576e2021f2564fd692f69dec0020e055#576e2021f2564fd692f69dec0020e055</link>
		<pubDate>Sat, 02 Dec 2006 00:42:47 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/240589-Word-2007-citations-should-be-simple-but-solved/576e2021f2564fd692f69dec0020e055#576e2021f2564fd692f69dec0020e055</guid>
		<dc:creator>zzzpt</dc:creator>
		<slash:comments>14</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/zzzpt/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Word 2007 citations, should be simple, but... (solved)</title>
		<description><![CDATA[<p>Some one ??<br>
Please help me [C]<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/240589-Word-2007-citations-should-be-simple-but-solved/9ad5279f85b447858ac49dec0020e083#9ad5279f85b447858ac49dec0020e083</link>
		<pubDate>Sat, 02 Dec 2006 17:28:59 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/240589-Word-2007-citations-should-be-simple-but-solved/9ad5279f85b447858ac49dec0020e083#9ad5279f85b447858ac49dec0020e083</guid>
		<dc:creator>zzzpt</dc:creator>
		<slash:comments>14</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/zzzpt/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Word 2007 citations, should be simple, but... (solved)</title>
		<description><![CDATA[<p>Yeah I saw those AUTHOR.XSL... etc too, don't really know what they're used for but they certainly don't affect that.<br>
<br>
The line numbers I gave were valid for the Beta 2 Technical Refresh, looks like the file changed for the final version. It's line 2047 and 2058 now in the ISO690Nmerical.xslt file.<br>
<br>
For reference, this the original version:<br>
<div>&lt;xsl:template name=&quot;templ_prop_OpenBracket&quot; &gt;<br>
&nbsp; &lt;xsl:param name=&quot;LCID&quot; /&gt;<br>
&nbsp; &lt;xsl:variable name=&quot;_LCID&quot;&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;xsl:call-template name=&quot;localLCID&quot;&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;xsl:with-param name=&quot;LCID&quot; select=&quot;$LCID&quot;/&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;/xsl:call-template&gt;<br>
&nbsp; &lt;/xsl:variable&gt;<br>
&nbsp; &lt;xsl:value-of select=&quot;/*/b:Locals/b:Local[@LCID=$_LCID]/b:General/b:OpenBracket&quot;/&gt;<br>
&lt;/xsl:template&gt;<br>
<br>
&lt;xsl:template name=&quot;templ_prop_CloseBracket&quot; &gt;<br>
&nbsp; &lt;xsl:param name=&quot;LCID&quot; /&gt;<br>
&nbsp; &lt;xsl:variable name=&quot;_LCID&quot;&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;xsl:call-template name=&quot;localLCID&quot;&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;xsl:with-param name=&quot;LCID&quot; select=&quot;$LCID&quot;/&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;/xsl:call-template&gt;<br>
&nbsp; &lt;/xsl:variable&gt;<br>
&nbsp; &lt;xsl:value-of select=&quot;/*/b:Locals/b:Local[@LCID=$_LCID]/b:General/b:CloseBracket&quot;/&gt;<br>
&lt;/xsl:template&gt;</div>
<br>
<br>
And after modification:<br>
<div>&lt;xsl:template name=&quot;templ_prop_OpenBracket&quot; &gt;<br>
&nbsp; &lt;xsl:param name=&quot;LCID&quot; /&gt;<br>
&nbsp; &lt;xsl:variable name=&quot;_LCID&quot;&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;xsl:call-template name=&quot;localLCID&quot;&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;xsl:with-param name=&quot;LCID&quot; select=&quot;$LCID&quot;/&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;/xsl:call-template&gt;<br>
&nbsp; &lt;/xsl:variable&gt;<br>
&nbsp; &lt;!--&lt;xsl:value-of select=&quot;/*/b:Locals/b:Local[@LCID=$_LCID]/b:General/b:OpenBracket&quot;/&gt;--&gt;<br>
&nbsp; &lt;xsl:text&gt;[&lt;/xsl:text&gt;<br>
&lt;/xsl:template&gt;<br>
<br>
&lt;xsl:template name=&quot;templ_prop_CloseBracket&quot; &gt;<br>
&nbsp; &lt;xsl:param name=&quot;LCID&quot; /&gt;<br>
&nbsp; &lt;xsl:variable name=&quot;_LCID&quot;&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;xsl:call-template name=&quot;localLCID&quot;&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;xsl:with-param name=&quot;LCID&quot; select=&quot;$LCID&quot;/&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;/xsl:call-template&gt;<br>
&nbsp; &lt;/xsl:variable&gt;<br>
&nbsp; &lt;!--&lt;xsl:value-of select=&quot;/*/b:Locals/b:Local[@LCID=$_LCID]/b:General/b:CloseBracket&quot;/&gt;--&gt;<br>
&nbsp; &lt;xsl:text&gt;]&lt;/xsl:text&gt;<br>
&lt;/xsl:template&gt;</div>
<br>
<br>
That should take care of it for the ISO690 Numerical style. If you use a different style you will need to find the equivalent sections in the other xslt files and modify those too.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/240589-Word-2007-citations-should-be-simple-but-solved/0e83819f32884b80af2c9dec0020e0bb#0e83819f32884b80af2c9dec0020e0bb</link>
		<pubDate>Sat, 02 Dec 2006 18:05:20 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/240589-Word-2007-citations-should-be-simple-but-solved/0e83819f32884b80af2c9dec0020e0bb#0e83819f32884b80af2c9dec0020e0bb</guid>
		<dc:creator>Sven Groot</dc:creator>
		<slash:comments>14</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Sven Groot/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Word 2007 citations, should be simple, but... (solved)</title>
		<description><![CDATA[<p>Thanks Champ<br>
<br>
I tought i tryed that, but now is OK. <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-5.gif' alt='Wink' /><br>
<br>
Now can you tel me how to put in the bibliography<br>
the brackets in the numbers<br>
<p>Now is this:<br>
</p>
<p>1. <i>3-D Constraint-based Modeling: Finding Common Themes. </i><b>Wiebe, Eric N.</b> 1999. EDGD Mid-year Meeting, Columbus, OH.</p>
<br>
I would like to be:<br>
<br>
<p>[1]. <i>3-D Constraint-based Modeling: Finding Common Themes. </i><b>Wiebe, Eric N.</b> 1999. EDGD Mid-year Meeting, Columbus, OH.</p>
Thanks again to all <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-2.gif' alt='Big Smile' /><br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/240589-Word-2007-citations-should-be-simple-but-solved/708120585ab9441fbc649dec0020e0eb#708120585ab9441fbc649dec0020e0eb</link>
		<pubDate>Sat, 02 Dec 2006 21:44:10 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/240589-Word-2007-citations-should-be-simple-but-solved/708120585ab9441fbc649dec0020e0eb#708120585ab9441fbc649dec0020e0eb</guid>
		<dc:creator>zzzpt</dc:creator>
		<slash:comments>14</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/zzzpt/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Word 2007 citations, should be simple, but... (solved)</title>
		<description><![CDATA[<p>I looked for this and fortunately it wasn't difficult to find.<br>
<br>
Around line 4442 (if you already changed the xslt file it&nbsp;might not&nbsp;be exactly that line) there's a line that reads:<br>
<br>
<p>&lt;xsl:value-of select=&quot;b:RefOrder&quot;/&gt;<br>
<br>
Change it to this:<br>
</p>
<p>&lt;xsl:text&gt;[&lt;/xsl:text&gt; <br>
&lt;xsl:value-of select=&quot;b:RefOrder&quot;/&gt;<br>
&lt;xsl:text&gt;]&lt;/xsl:text&gt;<br>
<br>
That should have the desired effect.</p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/240589-Word-2007-citations-should-be-simple-but-solved/a90d2a72feb543869fdd9dec0020e11d#a90d2a72feb543869fdd9dec0020e11d</link>
		<pubDate>Sat, 02 Dec 2006 22:13:10 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/240589-Word-2007-citations-should-be-simple-but-solved/a90d2a72feb543869fdd9dec0020e11d#a90d2a72feb543869fdd9dec0020e11d</guid>
		<dc:creator>Sven Groot</dc:creator>
		<slash:comments>14</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Sven Groot/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Word 2007 citations, should be simple, but... (solved)</title>
		<description><![CDATA[<p>Thanks again<br>
Now is perfect <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-2.gif' alt='Big Smile' /><br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/240589-Word-2007-citations-should-be-simple-but-solved/94bff00a1f87435ba5139dec0020e14b#94bff00a1f87435ba5139dec0020e14b</link>
		<pubDate>Sun, 03 Dec 2006 12:59:13 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/240589-Word-2007-citations-should-be-simple-but-solved/94bff00a1f87435ba5139dec0020e14b#94bff00a1f87435ba5139dec0020e14b</guid>
		<dc:creator>zzzpt</dc:creator>
		<slash:comments>14</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/zzzpt/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Word 2007 citations, should be simple, but... (solved)</title>
		<description><![CDATA[<p>Now that that part is sorted, can someone help me please?<br>
<br>
Basically I want the referencing to be in the page. eg.<br>
<br>
<br>
--------------------------------<br>
<br>
Random text writing in the document blah blah [1]<br>
blah blah blah blah<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
[1] Fred Bloggs, 2004, Book name, Author<br>
<br>
<br>
--------------------------------<br>
<br>
Basically I want it as a footnote (like the ctrl&#43;alt&#43;f) <br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/240589-Word-2007-citations-should-be-simple-but-solved/b2c14e51a76942d5aafa9dec0020e1ed#b2c14e51a76942d5aafa9dec0020e1ed</link>
		<pubDate>Sat, 20 Jan 2007 12:56:33 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/240589-Word-2007-citations-should-be-simple-but-solved/b2c14e51a76942d5aafa9dec0020e1ed#b2c14e51a76942d5aafa9dec0020e1ed</guid>
		<dc:creator>sheepy</dc:creator>
		<slash:comments>14</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/sheepy/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Word 2007 citations, should be simple, but... (solved)</title>
		<description><![CDATA[<p>I've been messing around with the sorting order for the bibliography section and thought I could offer some quick advice and an interesting question.&nbsp;At around line 4880, look for:<br>
<p>&lt;xsl:template name=&quot;sortedList&quot;&gt;<br>
&lt;xsl:param name=&quot;sourceRoot&quot;/&gt;<br>
&lt;xsl:apply-templates select=&quot;msxsl:node-set($sourceRoot)/*&quot;&gt;<br>
&lt;xsl:sort select=&quot;b:RefOrder&quot; data-type=&quot;number&quot;/&gt;<br>
&lt;xsl:sort select=&quot;b:Author/b:Main/b:NameList/b:Person[1]/b:Last&quot; /&gt;<br>
&lt;xsl:sort select=&quot;b:Author/b:Main/b:NameList/b:Person[1]/b:First&quot; /&gt;<br>
&lt;xsl:sort select=&quot;b:Author/b:Main/b:NameList/b:Person[1]/b:Middle&quot;/&gt;<br>
&lt;xsl:sort select=&quot;b:Title&quot;/&gt;<br>
&lt;/xsl:apply-templates&gt;<br>
&lt;/xsl:template&gt;</p>
Swap the order of the &quot;xsl:sort&quot; elements to control the listed order. This has to be done a second time 10 or 20 lines down.<br>
<br>
Question:<br>
<br>
In the citation, does anyone know of a way to use the order that the source is listed (in the bibliography) rather than the order that it is used?
<br>
<br>
I tried to find the definition for RefOrder, but it was not in the document. I hope a variable such as &quot;RefOrderListed&quot; is available.<br>
<br>
Any help or advice would be appreciated.<br>
<br>
-Steve</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/240589-Word-2007-citations-should-be-simple-but-solved/38f50d75ff2941339e7c9dec0020e23a#38f50d75ff2941339e7c9dec0020e23a</link>
		<pubDate>Sat, 31 Mar 2007 08:04:01 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/240589-Word-2007-citations-should-be-simple-but-solved/38f50d75ff2941339e7c9dec0020e23a#38f50d75ff2941339e7c9dec0020e23a</guid>
		<dc:creator>sharoz</dc:creator>
		<slash:comments>14</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/sharoz/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Word 2007 citations, should be simple, but... (solved)</title>
		<description><![CDATA[<p>A bit off topic but..<br>
<br>
It would be nicer if footnotes were linked to entries in Manage Sources.&nbsp; Apparently, you can only generate paranthetical citations, but not footnotes/documentation notes.<br>
<br>
Though, I'm still using B2TR.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/240589-Word-2007-citations-should-be-simple-but-solved/f908c7286dcb42618d269dec0020e268#f908c7286dcb42618d269dec0020e268</link>
		<pubDate>Sat, 31 Mar 2007 14:01:11 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/240589-Word-2007-citations-should-be-simple-but-solved/f908c7286dcb42618d269dec0020e268#f908c7286dcb42618d269dec0020e268</guid>
		<dc:creator>mVPstar</dc:creator>
		<slash:comments>14</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/mVPstar/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Word 2007 citations, should be simple, but... (solved)</title>
		<description><![CDATA[<p>For me this problem is not solved...<br>
<br>
I try to change the citation like the<br>
<a href="http://jpcrd.aip.org/jpcrd/submit.jsp">http&#58;&#47;&#47;jpcrd.aip.org&#47;jpcrd&#47;submit.jsp</a><br>
<br>
Also, I need the year in bold letters...<br>
<br>
But I can't find the solutions... <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-6.gif' alt='Sad' /><br>
<br>
Greetz,<br>
Thomas<br>
<br>
<br>
<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/240589-Word-2007-citations-should-be-simple-but-solved/f8d4f3a8313749e7a05d9dec0020e2b1#f8d4f3a8313749e7a05d9dec0020e2b1</link>
		<pubDate>Sat, 09 Feb 2008 20:52:36 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/240589-Word-2007-citations-should-be-simple-but-solved/f8d4f3a8313749e7a05d9dec0020e2b1#f8d4f3a8313749e7a05d9dec0020e2b1</guid>
		<dc:creator>klimeck</dc:creator>
		<slash:comments>14</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/klimeck/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Word 2007 citations, should be simple, but... (solved)</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">Sven Groot said:</div><div class="quoteText">I looked for this and fortunately it wasn't difficult to find.<br>
<br>
Around line 4442 (if you already changed the xslt file it&nbsp;might not&nbsp;be exactly that line) there's a line that reads:<br>
<br>
<p>&lt;xsl:value-of select=&quot;b:RefOrder&quot;/&gt;<br>
<br>
Change it to this:<br>
</p>
<p>&lt;xsl:text&gt;[&lt;/xsl:text&gt; <br>
&lt;xsl:value-of select=&quot;b:RefOrder&quot;/&gt;<br>
&lt;xsl:text&gt;]&lt;/xsl:text&gt;<br>
<br>
That should have the desired effect.</p>
</div></blockquote>a slightly cleaner fix than Sven's i made a guess and found MS's propname for square brackets, the lines replaced represent the beginning of a cititation, the end, and the numbered start of a reference so you could change these lines to anything else
 if you can figure out MSes prop names. Or stick some xsl-text in if you want for a messy fix
<div><br>
<div>line 3715 :</div>
<div>&lt;xsl:call-template name=&quot;templ_prop_ISO690_GeneralOpen&quot;/&gt;</div>
<div>line 3779:</div>
<div>&lt;xsl:call-template name=&quot;templ_prop_ISO690_GeneralClose&quot;/&gt;<br>
<div>lines 4443-4445:</div>
<div>
<div>&lt;xsl:call-template name=&quot;templ_prop_ISO690_GeneralOpen&quot;/&gt;</div>
<div>&lt;xsl:value-of select=&quot;b:RefOrder&quot;/&gt;</div>
<div>&lt;xsl:call-template name=&quot;templ_prop_ISO690_GeneralClose&quot;/&gt;&lt;xsl:call-template name=&quot;templ_prop_Space&quot;/&gt;</div>
<div><br>
</div>
</div>
</div>
</div></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/240589-Word-2007-citations-should-be-simple-but-solved/bbd8d83236294db4a01e9dec0020e2fe#bbd8d83236294db4a01e9dec0020e2fe</link>
		<pubDate>Wed, 11 Mar 2009 00:56:14 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/240589-Word-2007-citations-should-be-simple-but-solved/bbd8d83236294db4a01e9dec0020e2fe#bbd8d83236294db4a01e9dec0020e2fe</guid>
		<dc:creator>Ian Knowles</dc:creator>
		<slash:comments>14</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Ian Knowles/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Word 2007 citations, should be simple, but... (solved)</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">Ian Knowles said:</div><div class="quoteText">
<blockquote>
<div class="quoteUser">Sven Groot said:</div>
<div class="quoteText">*snip*</div>
</blockquote>
a slightly cleaner fix than Sven's i made a guess and found MS's propname for square brackets, the lines replaced represent the beginning of a cititation, the end, and the numbered start of a reference so you could change these lines to anything else if you
 can figure out MSes prop names. Or stick some xsl-text in if you want for a messy fix
<div><br>
<div>line 3715 :</div>
<div>&lt;xsl:call-template name=&quot;templ_prop_ISO690_GeneralOpen&quot;/&gt;</div>
<div>line 3779:</div>
<div>&lt;xsl:call-template name=&quot;templ_prop_ISO690_GeneralClose&quot;/&gt;<br>
<div>lines 4443-4445:</div>
<div>
<div>&lt;xsl:call-template name=&quot;templ_prop_ISO690_GeneralOpen&quot;/&gt;</div>
<div>&lt;xsl:value-of select=&quot;b:RefOrder&quot;/&gt;</div>
<div>&lt;xsl:call-template name=&quot;templ_prop_ISO690_GeneralClose&quot;/&gt;&lt;xsl:call-template name=&quot;templ_prop_Space&quot;/&gt;</div>
<div><br>
</div>
</div>
</div>
</div>
</div></blockquote>
<p>Thanks for all your contributions!</p>
<p>&nbsp;</p>
<p>It is the only post in the whole internet that fixed my issue actually but...</p>
<p>&nbsp;</p>
<p>I have a small request. How do I do so when there are many authors on the reference it writes them all (not just et. al) and... how do I remove the dot after the closing bracket?</p>
<p>&nbsp;</p>
<p>Thank you very much in advance</p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/240589-Word-2007-citations-should-be-simple-but-solved/54a3cdcd718e492990159dec0020e34c#54a3cdcd718e492990159dec0020e34c</link>
		<pubDate>Wed, 14 Apr 2010 10:54:29 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/240589-Word-2007-citations-should-be-simple-but-solved/54a3cdcd718e492990159dec0020e34c#54a3cdcd718e492990159dec0020e34c</guid>
		<dc:creator>cotarelo</dc:creator>
		<slash:comments>14</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/cotarelo/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>