<?xml version="1.0" encoding="ISO-8859-1"?><opml version="1.1">	<head>		<title>storyBox.opml</title>		<dateCreated>Tue, 16 Apr 2002 15:26:50 GMT</dateCreated>		<dateModified>Sun, 28 Apr 2002 00:28:17 GMT</dateModified>		<ownerName>Marc Barrot</ownerName>		<ownerEmail>mbarrot@dig.fr</ownerEmail>		<expansionState>4, 7, 10, 12, 14, 17, 19, 22, 24</expansionState>		<vertScrollState>1</vertScrollState>		<windowTop>231</windowTop>		<windowLeft>237</windowLeft>		<windowBottom>654</windowBottom>		<windowRight>796</windowRight>		</head>	<body>		<outline text="#title &quot;storyBox&quot;"/>		<outline text="#opmlStory &quot;http://radio.weblogs.com/0104487/gems/opml/storyBox.opml&quot;"/>		<outline text="#renderOutlineWith &quot;activeRenderer&quot;"/>		<outline text="What is storyBox ?">			<outline text="storyBox is a &lt;a href=&quot;http://frontier.userland.com/stories/storyReader$1047&quot;&gt;UserTalk&lt;/a&gt; macro command that returns the last date of publication."/>			<outline text="In addition, it returns a white-on-orange XML button with a link to the story's OPML content, if the story is rendered out of an OPML outline, with the help of my &lt;a href=&quot;http://radio.weblogs.com/0104487/stories/2002/04/09/opmlrender.html&quot;&gt;opmlRender&lt;/a&gt; macro."/>			</outline>		<outline text="Installing storyBox.">			<outline text="Just save a copy of storyBox as a &lt;a href=&quot;http://radio.weblogs.com/0104487/gems/code/storyBox.txt&quot; target=&quot;_blank&quot;&gt;text file&lt;/a&gt; in your Radio application Macros folder."/>			<outline text="I use a call to this macro in the upper right corner of my stories &lt;a href=&quot;http://radio.weblogs.com/0104487/gems/misc/storyTemplate.txt&quot;&gt;Radio template&lt;/a&gt;, stored as www/stories/#template.txt."/>			</outline>		<outline text="How does it work ?">			<outline text="The date of publication is retrieved by calling the now() method of Frontier's clock object."/>			<outline text="storyBox returns an XML button based on the existence of the #opmlStory directive in the story's body.">				<outline text="The correct syntax is #opmlStory &quot;url&quot; where url is a local or preferably remote url for the opml version of the story."/>				</outline>			<outline text="This story for instance has only 2 lines :">				<outline text="#opmlStory &quot;http://radio.weblogs.com/0104487/gems/opml/storyBox.opml&quot;"/>				<outline text="&amp;lt;% opmlRender ( opmlStory, &quot;story&quot; ) %&amp;gt;"/>				</outline>			<outline text="Check that the HTML version of this tutorial has an XML button link at the top right corner of the page.">				<outline text="If you copy that link, you can open the tutorial in an outline editor by selecting File / Open Url... in Radio."/>				</outline>			<outline text="All the elements returned by storyBox are encapsulated in &amp;lt;div&amp;gt; tags with the default storybox CSS class.">				<outline text="I've defined the .storybox class in my stories template with a margin-top and margin-bottom of 0px."/>				<outline text="You can create a storybox CSS style according to your need."/>				<outline text="Alternatively, you can ask storyBox to use a different CSS class by passing its name between quotes as a macro's optional argument.">					<outline text="eg: &amp;lt;% storyBox ( &quot;footer&quot; ) %&amp;gt;"/>					</outline>				</outline>			</outline>		<outline text="How's that for customizability ?">			<outline text="Ouch, this one is not in my Collins dictionary yet :-)"/>			</outline>		</body>	</opml>