<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Revision table object in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Revision-table-object/m-p/149095#M15545</link>
    <description>thankyou for your help&lt;BR /&gt;
&lt;BR /&gt;
I have been able to get the variables to show up as you suggested. As as you anticipated the font, size and justification of the text is way bigger than the original space.&lt;BR /&gt;
&lt;BR /&gt;
You say I need to define the text style. Is that done through the parameters tab or is it code written directly into the 2D script ?</description>
    <pubDate>Tue, 08 May 2012 08:15:38 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-05-08T08:15:38Z</dc:date>
    <item>
      <title>Revision table object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Revision-table-object/m-p/149093#M15543</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hi All,&lt;BR /&gt;
&lt;BR /&gt;
While I am a long time user of ArchiCAD (since version 6.5) I have never really gotten into GDL scripting. So my question may come off as incredibly obvious to regular users of this forum.&lt;BR /&gt;
&lt;BR /&gt;
Kerdels has recently changed over to ArchiCAD at my urging and as such I am spearheading the set-up of the templates / libraries etc. We have purchased a locally produced library, so any GDL scripting I need to do it minimal to fill in some gaps.&lt;BR /&gt;
&lt;BR /&gt;
One such gap is the title block. I am using some auto text for most of the title block however I wanted to create an object specifically for tracking revisions. I drew up the grid, etc and saved the selection as an object. I have then added in the variables for revision, description, date and drawn by in the parameters tab. I have also created a simple layout in the interface tab.&lt;BR /&gt;
&lt;BR /&gt;
So my question ... How do I make the variables actually appear in the object ? In other words I have a blank grid, I have variables in the parameters tab, but it is unclear how I put those variables into the blank grid ?&lt;BR /&gt;
&lt;BR /&gt;
Your help is greatly appreciated&lt;BR /&gt;
&lt;BR /&gt;
Attached I have shown the grid and I have shown the parameter variables and where I want them to go in the object&lt;/T&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;IMG src="http://community.graphisoft.com/t5/image/serverpage/image-id/72758i4BDC1BDABACDA686/image-size/large?v=v2&amp;amp;px=999" border="0" alt="rev table.jpg" title="rev table.jpg" /&gt;</description>
      <pubDate>Tue, 08 May 2012 05:07:56 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Revision-table-object/m-p/149093#M15543</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-08T05:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: Revision table object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Revision-table-object/m-p/149094#M15544</link>
      <description>In your 2D script you will need to define a text STYLE.&lt;BR /&gt;
Then use either the TEXT2 command or the RICHTEXT2 command to place the text.&lt;BR /&gt;
i.e. &lt;FONT color="#ff0000"&gt;TEXT2 0,0, rev1&lt;/FONT&gt;&lt;BR /&gt;
Where 0,0 are the x &amp;amp; y co-ordinates for the loaction you want the text.&lt;BR /&gt;
&lt;BR /&gt;
It is not quite as easy as that but this is the basic idea.&lt;BR /&gt;
When defining the style you need to set the font, fontsize and anchor position (centre, left, top, etc.) and be mindful that it is that anchor point that will be placed at your text co-ordinates.&lt;BR /&gt;
&lt;BR /&gt;
If you select what you have drawn in plan and save it as an object you will see the scripting required.&lt;BR /&gt;
You will either need to follow this and add similar commands to your current object or add the parameters to this new object and substitute the quoted text values (i.e. "rev1") for the required parameter (i.e. rev1 - without the quotes).&lt;BR /&gt;
&lt;BR /&gt;
I think the auto scripted object might use the RICHTEXT2 command which is a little more complex than the TEXT2 command.&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Tue, 08 May 2012 07:00:39 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Revision-table-object/m-p/149094#M15544</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2012-05-08T07:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: Revision table object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Revision-table-object/m-p/149095#M15545</link>
      <description>thankyou for your help&lt;BR /&gt;
&lt;BR /&gt;
I have been able to get the variables to show up as you suggested. As as you anticipated the font, size and justification of the text is way bigger than the original space.&lt;BR /&gt;
&lt;BR /&gt;
You say I need to define the text style. Is that done through the parameters tab or is it code written directly into the 2D script ?</description>
      <pubDate>Tue, 08 May 2012 08:15:38 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Revision-table-object/m-p/149095#M15545</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-08T08:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: Revision table object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Revision-table-object/m-p/149096#M15546</link>
      <description>It is scripted in the 2D script - at the beginning before you place any text.&lt;BR /&gt;
You will use the DEFINE STYLE command - DEFINE STYLE name font, font_size, anchor, face_code.&lt;BR /&gt;
&lt;BR /&gt;
i.e.&lt;BR /&gt;
DEFINE STYLE "header_text" "Arial", 2.2, 5, 0&lt;BR /&gt;
DEFINE STYLE "main_text" "Arial", 1.8, 5, 0&lt;BR /&gt;
&lt;BR /&gt;
Then you SET the style before you place the text.&lt;BR /&gt;
&lt;BR /&gt;
i.e.&lt;BR /&gt;
SET STYLE "header_text"&lt;BR /&gt;
TEXT2 0,0, "REV Nº"&lt;BR /&gt;
SET STYLE "main_text"&lt;BR /&gt;
TEXT2 0,-0.3, rev1&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Tue, 08 May 2012 08:31:09 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Revision-table-object/m-p/149096#M15546</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2012-05-08T08:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: Revision table object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Revision-table-object/m-p/149097#M15547</link>
      <description>this is the code string as created by the application by default:&lt;BR /&gt;
&lt;BR /&gt;
textblock		"AC_TEXTBLOCK_46"           84,      1,          360,            1,            1,            1, &lt;BR /&gt;
        "AC_PRG_46"&lt;BR /&gt;
richtext2		44.13235851354, 14.83447962425, "AC_TEXTBLOCK_46"&lt;BR /&gt;
&lt;BR /&gt;
paragraph		"AC_PRG_47"      2,            0,            0,            0,            1&lt;BR /&gt;
        rev1&lt;BR /&gt;
endparagraph&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
I have added the set style string as you suggested:&lt;BR /&gt;
&lt;BR /&gt;
SET STYLE "AC_STYLE_1" &lt;BR /&gt;
TEXT2 0,-0.3, rev1 &lt;BR /&gt;
textblock		"AC_TEXTBLOCK_46"           84,      1,          360,            1,            1,            1, &lt;BR /&gt;
        "AC_PRG_46"&lt;BR /&gt;
richtext2		44.13235851354, 14.83447962425, "AC_TEXTBLOCK_46"&lt;BR /&gt;
&lt;BR /&gt;
paragraph		"AC_PRG_47"      2,            0,            0,            0,            1&lt;BR /&gt;
        rev1&lt;BR /&gt;
endparagraph&lt;BR /&gt;
&lt;BR /&gt;
I have added this string to the top of the code:&lt;BR /&gt;
define style    "AC_STYLE_1" "Arial",1.5,5,0&lt;BR /&gt;
&lt;BR /&gt;
This is resulting in the Revision number not changing in size, but in fact moving away from the object by some distance&lt;BR /&gt;
&lt;BR /&gt;
Help me Obiwan &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt;</description>
      <pubDate>Tue, 08 May 2012 08:58:07 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Revision-table-object/m-p/149097#M15547</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-08T08:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: Revision table object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Revision-table-object/m-p/149098#M15548</link>
      <description>Hmmm - where to start.&lt;BR /&gt;
&lt;BR /&gt;
The text you pasted here is a bit mixed up.&lt;BR /&gt;
You have the text you placed for paragrah 46 and then you are setting the properties for paragragh 47&lt;BR /&gt;
&lt;BR /&gt;
The richtext command should be someting like this.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;FONT color="#ff0000"&gt;DEFINE STYLE    "AC_STYLE_1" "Arial", &lt;BR /&gt;
                   1.5,      5,      0&lt;BR /&gt;
&lt;BR /&gt;
!Define a paragraph&lt;BR /&gt;
	paragraph "AC_PRG_46" 1,&lt;BR /&gt;
		0, 0, 0,&lt;BR /&gt;
		1,&lt;BR /&gt;
		0.1&lt;BR /&gt;
&lt;BR /&gt;
	SET STYLE "AC_STYLE_1"&lt;BR /&gt;
		"" + rev1&lt;BR /&gt;
	endParagraph&lt;BR /&gt;
&lt;BR /&gt;
!Include the paragraph in a text block&lt;BR /&gt;
	textBlock "AC_TEXTBLOCK_46" 84,&lt;BR /&gt;
		1, 0,&lt;BR /&gt;
		1, 1, 1,&lt;BR /&gt;
		"AC_PRG_46"&lt;BR /&gt;
&lt;BR /&gt;
	rrr = REQUEST("Textblock_Info", "text_block_head", textblockwidth, textblockheight)&lt;BR /&gt;
	box_hgt = box_hgt + textblockheight*(A_/1000)+textsize_head*(A_/1000)*2&lt;BR /&gt;
&lt;BR /&gt;
!Place the block using the richtext2 command&lt;BR /&gt;
	richText2 44.13235851354, 14.83447962425, "AC_TEXTBLOCK_46"&lt;/FONT&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
As I mentioned the richtext command is a bit complicated.&lt;BR /&gt;
It is great if you want notes that really have paragraphs and you want the words to wrap onto new lines based on the width of the note.&lt;BR /&gt;
&lt;BR /&gt;
But for something like this title block with just little bits of text all over the place it is much easier to just use the TEXT2 command.&lt;BR /&gt;
&lt;BR /&gt;
&lt;FONT color="#ff0024"&gt;DEFINE STYLE    "AC_STYLE_1" "Arial", &lt;BR /&gt;
                   1.5,      5,      0&lt;BR /&gt;
&lt;BR /&gt;
SET STYLE "AC_STYLE_1"&lt;BR /&gt;
&lt;BR /&gt;
Text2 44.13235851354, 14.83447962425, rev1&lt;/FONT&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Tue, 08 May 2012 09:21:05 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Revision-table-object/m-p/149098#M15548</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2012-05-08T09:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: Revision table object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Revision-table-object/m-p/149099#M15549</link>
      <description>Here is a part of my title block for the revisions which may help you understand a little more.&lt;BR /&gt;
If you paste this into a new object (2D script) this will work for you but you will see "0" for all the text variables (unless you want to create parameters for them).&lt;BR /&gt;
&lt;BR /&gt;
Barry.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
DEFINE STYLE    "AC_STYLE_2" "Arial", &lt;BR /&gt;
            2.0,      5,      0&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
pen 12&lt;BR /&gt;
SET STYLE "AC_STYLE_2"&lt;BR /&gt;
TEXT2        0.4,      4.44, "REV"&lt;BR /&gt;
TEXT2        1.75,      4.44, "VO #"&lt;BR /&gt;
TEXT2        3.15,      4.80, "DRN"&lt;BR /&gt;
TEXT2        4.6,      4.80, "DATE"&lt;BR /&gt;
TEXT2        6.0,      4.80, "CHK"&lt;BR /&gt;
&lt;BR /&gt;
TEXT2        3.2,      0.35, "Sub-contractors to verify all dimensions on site."&lt;BR /&gt;
&lt;BR /&gt;
!vertical&lt;BR /&gt;
PEN          1&lt;BR /&gt;
LINE2        0.8,      0.66,     0.8,     4.26&lt;BR /&gt;
LINE2        2.7,      0.66,     2.7,     4.26&lt;BR /&gt;
LINE2        3.6,      0.66,     3.6,     4.62&lt;BR /&gt;
LINE2        5.6,      0.66,     5.6,     4.62&lt;BR /&gt;
&lt;BR /&gt;
!horizontal&lt;BR /&gt;
LINE2        0.0,      1.02,     6.4,      1.02&lt;BR /&gt;
LINE2        0.0,      1.38,     6.4,      1.38&lt;BR /&gt;
LINE2        0.0,      1.74,     6.4,      1.74&lt;BR /&gt;
LINE2        0.0,      2.1,      6.4,       2.1&lt;BR /&gt;
LINE2        0.0,      2.46,     6.4,      2.46&lt;BR /&gt;
LINE2        0.0,      2.82,     6.4,      2.82&lt;BR /&gt;
LINE2        0.0,      3.18,     6.4,      3.18&lt;BR /&gt;
LINE2        0.0,      3.54,     6.4,      3.54&lt;BR /&gt;
LINE2        0.0,      3.9,      6.4,      3.9&lt;BR /&gt;
&lt;BR /&gt;
PEN          2&lt;BR /&gt;
LINE2        2.7,      4.62,     6.4,      4.62&lt;BR /&gt;
LINE2        2.7,      4.26,     2.7,      4.62&lt;BR /&gt;
LINE2        0.0,      4.26,     6.4,     4.26&lt;BR /&gt;
LINE2        0.0,      .66,     6.4,      .66&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
! vo info&lt;BR /&gt;
&lt;BR /&gt;
pen 12&lt;BR /&gt;
    SET STYLE "AC_STYLE_2"&lt;BR /&gt;
 &lt;BR /&gt;
add2 0,4.44&lt;BR /&gt;
    TEXT2        3.15,     0, in_con&lt;BR /&gt;
    TEXT2        4.6,      0, date_con&lt;BR /&gt;
    TEXT2        6.0,      0, in_ch_con&lt;BR /&gt;
add2 0,-0.36&lt;BR /&gt;
    TEXT2        0.4,      0, rev1&lt;BR /&gt;
    TEXT2        1.75,     0, vo1&lt;BR /&gt;
    TEXT2        3.15,     0, drn1&lt;BR /&gt;
    TEXT2        4.6,      0, date1&lt;BR /&gt;
    TEXT2        6.0,      0, chk1&lt;BR /&gt;
add2 0,-0.36&lt;BR /&gt;
    TEXT2        0.4,      0, rev2&lt;BR /&gt;
    TEXT2        1.75,     0, vo2&lt;BR /&gt;
    TEXT2        3.15,     0, drn2&lt;BR /&gt;
    TEXT2        4.6,      0, date2&lt;BR /&gt;
    TEXT2        6.0,      0, chk2&lt;BR /&gt;
add2 0,-0.36&lt;BR /&gt;
    TEXT2        0.4,      0, rev3&lt;BR /&gt;
    TEXT2        1.75,     0, vo3&lt;BR /&gt;
    TEXT2        3.15,     0, drn3&lt;BR /&gt;
    TEXT2        4.6,      0, date3&lt;BR /&gt;
    TEXT2        6.0,      0, chk3&lt;BR /&gt;
add2 0,-0.36&lt;BR /&gt;
    TEXT2        0.4,      0, rev4&lt;BR /&gt;
    TEXT2        1.75,     0, vo4&lt;BR /&gt;
    TEXT2        3.15,     0, drn4&lt;BR /&gt;
    TEXT2        4.6,      0, date4&lt;BR /&gt;
    TEXT2        6.0,      0, chk4&lt;BR /&gt;
add2 0,-0.36&lt;BR /&gt;
    TEXT2        0.4,      0, rev5&lt;BR /&gt;
    TEXT2        1.75,     0, vo5&lt;BR /&gt;
    TEXT2        3.15,     0, drn5&lt;BR /&gt;
    TEXT2        4.6,      0, date5&lt;BR /&gt;
    TEXT2        6.0,      0, chk5&lt;BR /&gt;
add2 0,-0.36&lt;BR /&gt;
    TEXT2        0.4,      0, rev6&lt;BR /&gt;
    TEXT2        1.75,     0, vo6&lt;BR /&gt;
    TEXT2        3.15,     0, drn6&lt;BR /&gt;
    TEXT2        4.6,      0, date6&lt;BR /&gt;
    TEXT2        6.0,      0, chk6&lt;BR /&gt;
add2 0,-0.36&lt;BR /&gt;
    TEXT2        0.4,      0, rev7&lt;BR /&gt;
    TEXT2        1.75,     0, vo7&lt;BR /&gt;
    TEXT2        3.15,     0, drn7&lt;BR /&gt;
    TEXT2        4.6,      0, date7&lt;BR /&gt;
    TEXT2        6.0,      0, chk7&lt;BR /&gt;
add2 0,-0.36&lt;BR /&gt;
    TEXT2        0.4,      0, rev8&lt;BR /&gt;
    TEXT2        1.75,     0, vo8&lt;BR /&gt;
    TEXT2        3.15,     0, drn8&lt;BR /&gt;
    TEXT2        4.6,      0, date8&lt;BR /&gt;
    TEXT2        6.0,      0, chk8&lt;BR /&gt;
add2 0,-0.36&lt;BR /&gt;
    TEXT2        0.4,      0, rev9&lt;BR /&gt;
    TEXT2        1.75,     0, vo9&lt;BR /&gt;
    TEXT2        3.15,     0, drn9&lt;BR /&gt;
    TEXT2        4.6,      0, date9&lt;BR /&gt;
    TEXT2        6.0,      0, chk9&lt;BR /&gt;
add2 0,-0.36&lt;BR /&gt;
    TEXT2        0.4,      0, rev10&lt;BR /&gt;
    TEXT2        1.75,     0, vo10&lt;BR /&gt;
    TEXT2        3.15,     0, drn10&lt;BR /&gt;
    TEXT2        4.6,      0, date10&lt;BR /&gt;
    TEXT2        6.0,      0, chk10&lt;BR /&gt;
del 11</description>
      <pubDate>Tue, 08 May 2012 09:48:02 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Revision-table-object/m-p/149099#M15549</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2012-05-08T09:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: Revision table object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Revision-table-object/m-p/149100#M15550</link>
      <description>Thankyou for your help Barry. i was able to use your (TEXT2) code  and change it to suit our titleblock needs. I have also added the user interface without a hitch.&lt;BR /&gt;
&lt;BR /&gt;
One last question. Can I put options for font size and font type with this code ?</description>
      <pubDate>Wed, 09 May 2012 03:36:55 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Revision-table-object/m-p/149100#M15550</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-09T03:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: Revision table object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Revision-table-object/m-p/149101#M15551</link>
      <description>Sure just create parameters for them.&lt;BR /&gt;
For the font type (text type parameter) I use a VALUE list (in parameter script) for just the few fonts I want to use rather than all of the system fonts.&lt;BR /&gt;
There is a way to get all of the system fonts but I can't think of it off the top of my head but I find there are way too many and I get tired of scrolling through the list.&lt;BR /&gt;
So I limit it will just a dozen or so choices in the VALUE list.&lt;BR /&gt;
&lt;BR /&gt;
The font size needs to be a "Real Number" parameter type.&lt;BR /&gt;
&lt;BR /&gt;
Then you will want ...&lt;BR /&gt;
DEFINE STYLE "AC_STYLE_2" font_name, &lt;BR /&gt;
font_size, 5, 0&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Wed, 09 May 2012 03:49:04 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Revision-table-object/m-p/149101#M15551</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2012-05-09T03:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: Revision table object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Revision-table-object/m-p/149102#M15552</link>
      <description>&lt;BLOCKQUOTE&gt;Barry wrote:&lt;BR /&gt;There is a way to get all of the system fonts but I can't think of it off the top of my head...&lt;/BLOCKQUOTE&gt;

In the Parameter script:&lt;BR /&gt;

&lt;PRE&gt;Dim FontNames[]
request("FONTNAMES_LIST", "", FontNames)
values "Font_Name" FontNames, custom&lt;/PRE&gt;

In this example &lt;FONT color="blue"&gt;Font_Name&lt;/FONT&gt; is the Variable of the Font parameter.&lt;BR /&gt;
&lt;BR /&gt;
David</description>
      <pubDate>Wed, 09 May 2012 12:08:46 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Revision-table-object/m-p/149102#M15552</guid>
      <dc:creator>David Maudlin</dc:creator>
      <dc:date>2012-05-09T12:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Revision table object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Revision-table-object/m-p/149103#M15553</link>
      <description>Thanks David.&lt;BR /&gt;
I thought it was a "Request" but you saved me looking it up.&lt;BR /&gt;
Barry.</description>
      <pubDate>Wed, 09 May 2012 15:29:49 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Revision-table-object/m-p/149103#M15553</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2012-05-09T15:29:49Z</dc:date>
    </item>
  </channel>
</rss>

