<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.lang.active4d.devel">
    <title>gmane.comp.lang.active4d.devel</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.active4d.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/8037"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/8036"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/8035"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/8034"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/8033"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/8032"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/8031"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/8030"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/8029"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/8028"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/8027"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/8026"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/8025"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/8024"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/8023"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/8022"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/8021"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/8020"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/8019"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/8018"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/8037">
    <title>web browser client authentication</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.active4d.devel/8037</link>
    <description>&lt;pre&gt;Using openssl we have designed a system with our own self generated
Certificate Authority ("CA"), and our own generated and self-signed
client.crt and client.key.

The IE9 process of following the Certificate Authority path breaks when it
encounters our self generated CA which has no signer recognized in the web
client's certificate trust. 

I do not know how to overcome this issue. If you know of a way around the
web-browser negotiation process for accepting CA's, please help!

Our goal is to give the web client what it needs so that it will accept our
CA, and use the client cert we automatically generate for client web
authentication (using nginx in front of 4D).

The answer is probably "We must get our CA signed by a CA known to and
trusted by the web clients CA trust path."

If you know the answer to this a "yes I agree" or "no that is not right...",
or you can do it this way... is greatly appreciated.

Thanks!
David Ringsmuth

&lt;/pre&gt;</description>
    <dc:creator>David Ringsmuth</dc:creator>
    <dc:date>2012-05-17T16:52:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/8036">
    <title>Conceptional fusebox question - sent output of a fuseaction to another page area</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.active4d.devel/8036</link>
    <description>&lt;pre&gt;I've studied the fusebox demo and I think, I've understood most of the
techniques. :-)

In the demo, all dynamically created content is displayed in the mainarea
section. That's easy to follow.

Now to my problem:

Let's take the demo app (vendors, ingredients, units db) and add some
"memorize this item" links to the list view. When clicked they shall display
the current selection in the mainarea (aka. mainarea doesn't change) but I
want the item referenced in the link to be added into a new "memorized_items
list area" within the sidebar, not the mainarea.

If I simply sent the link to a new circuit "memorized_items", the output
(the new list area) is displayed in the mainarea, replacing the current list
of vendors, ingredients, units.

Do I have to nest the memorized_items circuit within the i.e. ingredients
circuit? That would display the current list of ingredients in the mainarea.
But then how to move the output of the memorized_items circuit from the
mainarea to the sidebar. Probably not storing the out&lt;/pre&gt;</description>
    <dc:creator>Peter Gutbrod</dc:creator>
    <dc:date>2012-05-17T13:12:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/8035">
    <title>Re: 4D Server Crash</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.active4d.devel/8035</link>
    <description>&lt;pre&gt;
I don't use Windows, so I have no idea about which version to use. Maybe someone else on the list can give some guidance. You should probably use the oldest one you can find, since only your oldest server (Windows 2003) is having the problem, and your newer one (Windows 2008) is not.

Regards,

   Aparajita
   www.aparajitaworld.com

   "If you dare to fail, you are bound to succeed."
   - Sri Chinmoy   |   www.srichinmoy.org

&lt;/pre&gt;</description>
    <dc:creator>Aparajita Fishman</dc:creator>
    <dc:date>2012-05-17T01:54:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/8034">
    <title>Re: 4D Server Crash</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.active4d.devel/8034</link>
    <description>&lt;pre&gt;Hello Aparajita

It's 32 bit. I have stopped the crashing for a day by uninstalling Quicktime.
Our pictures don't display but at least it is working. What version of Quicktime should we use? I recall previously needing to stop at an older version, 7.1.6 I think.

Regards

Keith 
Keith McIver &amp;amp; Associates 
PO Box 32152 
Christchurch, New Zealand 
Ph +64 21 328489

On 17/05/2012, at 11:46 AM, Aparajita Fishman wrote:


&lt;/pre&gt;</description>
    <dc:creator>Keith McIver</dc:creator>
    <dc:date>2012-05-17T01:06:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/8033">
    <title>Re: 4D Server Crash</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.active4d.devel/8033</link>
    <description>&lt;pre&gt;
32-bit or 64-bit?

Regards,

   Aparajita
   www.aparajitaworld.com

   "If you dare to fail, you are bound to succeed."
   - Sri Chinmoy   |   www.srichinmoy.org

&lt;/pre&gt;</description>
    <dc:creator>Aparajita Fishman</dc:creator>
    <dc:date>2012-05-16T23:46:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/8032">
    <title>Re: 4D Server Crash</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.active4d.devel/8032</link>
    <description>&lt;pre&gt;v5r37 

Regards

Keith 
Keith McIver &amp;amp; Associates 
PO Box 32152 
Christchurch, New Zealand 
Ph +64 21 328489

On 16/05/2012, at 9:20 AM, Aparajita Fishman wrote:


&lt;/pre&gt;</description>
    <dc:creator>Keith McIver</dc:creator>
    <dc:date>2012-05-15T21:40:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/8031">
    <title>Re: 4D Server Crash</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.active4d.devel/8031</link>
    <description>&lt;pre&gt;
Which version of v5?

Regards,

   Aparajita
   www.aparajitaworld.com

   "If you dare to fail, you are bound to succeed."
   - Sri Chinmoy   |   www.srichinmoy.org

&lt;/pre&gt;</description>
    <dc:creator>Aparajita Fishman</dc:creator>
    <dc:date>2012-05-15T21:20:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/8030">
    <title>4D Server Crash</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.active4d.devel/8030</link>
    <description>&lt;pre&gt;Hello A4D Gurus

I have an upgraded 4D Server/Active 4D installation that crashes an hour or so after the 4D web server is started.

Windows 2003 Server 4Gb RAM
4D server v12.3, 
Active 4D v5
WebStar webserver

This is an installation that is converted from 4D v2004 and began with Active 4D v3.
The 4D server is stable in c/s mode but once the 4D web server is started it eventually crashes. The Active 4D settings are all default except for "auto create vars=True"

I suspect the problem may be environmental as I have a near identical installation (same 4D structure, A4D setup, different data files and web pages) except on Win 2008, that has been stable for a month.

Both systems are low traffic, less than 10 c/s users and low web traffic.

I have copied the problem installation onto my test server and it has been stable, with little activity, for 24 hours.

Any clues as to where to start looking would be much appreciated.

TIA

Keith 
Keith McIver &amp;amp; Associates 
Moana, New Zealand 
Ph +64 21 328489

&lt;/pre&gt;</description>
    <dc:creator>Keith McIver</dc:creator>
    <dc:date>2012-05-15T21:15:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/8029">
    <title>Re: HTTP/S Port/Address weirdness - work-around.</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.active4d.devel/8029</link>
    <description>&lt;pre&gt;
Thanks for the tip!

Regards,

   Aparajita
   www.aparajitaworld.com

   "If you dare to fail, you are bound to succeed."
   - Sri Chinmoy   |   www.srichinmoy.org

&lt;/pre&gt;</description>
    <dc:creator>Aparajita Fishman</dc:creator>
    <dc:date>2012-05-15T04:24:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/8028">
    <title>HTTP/S Port/Address weirdness - work-around.</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.active4d.devel/8028</link>
    <description>&lt;pre&gt;V12.3HF5
WS2003SE
A4D v5.0r37

If you are having difficulty with the HTTP/S Port publishing or the IP
Address 4D listens to, I suggest that you change the path to your structure
file.

My path was C:\AppName\AppName.4db, very short. I was not able to get my
structure to publish on 443 using the user interface or the SET DATABASE
PARAMETER command, until I changed the path to the database, then my changes
worked and the database published on the intended port. The database was
publishing before, but not on the ports/IP Address I required.

Something occurs in 4D and the structure remembers which port/IP Address it
was using, and this information sticks, even when moving the structure to a
different box. But when I changed the path on the new box, updates to the
port/IP Address worked again.

I am suspicious that after having worked on the 4D structure on my
development box, 4D is holding onto some piece of information from my box's
environment that is causing the failure. I have seen this new behavior occur
w&lt;/pre&gt;</description>
    <dc:creator>David Ringsmuth</dc:creator>
    <dc:date>2012-05-15T04:22:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/8027">
    <title>The database cannot be published - solved</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.active4d.devel/8027</link>
    <description>&lt;pre&gt;V12.3HF5
Active4D v5.0r37
Windows

I have now encountered two separate databases that after transferring them
from their production box to the development box, the on-startup warning
appears, "The database cannot be published". This appears to be new behavior
in 4D.

The solution has been to insert this code into the A4D_Init method within
the "If ($inStartWebServer)", before "START WEB SERVER".

The code retrieves the current IP address listened-to by 4D,  then uses NTK
to get all local IP addresses on the box,  then searches for the returned IP
address 4D listens to, to see if it is on the box.
If the IP address 4D is listening to is not on the box,  the code sets the
database to listen to the first IP address that exists on the box, that is
NOT 127.0.0.1.

I hope this helps others!
----------------------------------------------------------------------------
--------------
// Make sure we listen to an IP Address that exists on this local machine
C_LONGINT($a;$b;$c;$d;$e)
C_LONGINT($addr)
$addr:=Get databas&lt;/pre&gt;</description>
    <dc:creator>David Ringsmuth</dc:creator>
    <dc:date>2012-05-14T18:04:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/8026">
    <title>Re: Fix for the broken New Circuit Action in theTexmate Bundle</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.active4d.devel/8026</link>
    <description>&lt;pre&gt;Peter,

Thanks for taking the time to fix it. Send me updated source files and I'll include it in the next release.

Regards,

   Aparajita
   www.aparajitaworld.com

   "If you dare to fail, you are bound to succeed."
   - Sri Chinmoy   |   www.srichinmoy.org

&lt;/pre&gt;</description>
    <dc:creator>Aparajita Fishman</dc:creator>
    <dc:date>2012-05-11T17:53:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/8025">
    <title>Fix for the broken New Circuit Action in the TexmateBundle</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.active4d.devel/8025</link>
    <description>&lt;pre&gt;Aparajita,

I hope you don't take it amiss, if I mess around with your code, but I've
taken a look into the broken New Circuit Action of your Texmate Bundle and
found it easy to fix. Actually it needs just 2 lines of code altered in the
new_circuit.rb file of the bundle.

Here is the beginning of the file:

#!/usr/bin/env ruby

require ENV['TM_SUPPORT_PATH'] + '/lib/ui.rb'

circuitPath = ENV['TM_SELECTED_FILE']

if not circuitPath then
    print "Please select a folder or a file in whose folder you want to
create the circuit"
    exit(206)
end

openSwitch = false
circuitDir = ""

# If it isn't a directory, get the directory name
if not test(?d, circuitPath) then
    circuitPath = File.dirname(circuitPath)
end

# Ask for the circuit name
result = TextMate::UI.request_string :title =&amp;gt; "New Circuit", :prompt =&amp;gt;
"Enter the circuit name:"

# Replace this
# if result.readline.chomp == "1" then  # OK clicked
    # circuitName = result.readline.chomp
    # result.close
    
# with this    
if result != nil then  # O&lt;/pre&gt;</description>
    <dc:creator>Peter Gutbrod</dc:creator>
    <dc:date>2012-05-11T12:17:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/8024">
    <title>Re: How efficient are 'Includes' ?</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.active4d.devel/8024</link>
    <description>&lt;pre&gt;
On 10 May 2012, at 02:45, Aparajita Fishman wrote:


Thanks.

&lt;/pre&gt;</description>
    <dc:creator>Peter Jakobsson</dc:creator>
    <dc:date>2012-05-10T06:54:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/8023">
    <title>Re: How efficient are 'Includes' ?</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.active4d.devel/8023</link>
    <description>&lt;pre&gt;
No caching by Active4D, but the OS is probably caching it in a disk buffer, so it is effectively the same.

Regards,

   Aparajita
   www.aparajitaworld.com

   "If you dare to fail, you are bound to succeed."
   - Sri Chinmoy   |   www.srichinmoy.org

&lt;/pre&gt;</description>
    <dc:creator>Aparajita Fishman</dc:creator>
    <dc:date>2012-05-10T00:45:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/8022">
    <title>How efficient are 'Includes' ?</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.active4d.devel/8022</link>
    <description>&lt;pre&gt;Hi

In a recently launched fusebox site revision I have a piece of content (a product description and image) which now appears 60 times on a page.

I've implemented this by creating the product html in a display fuse, then calling it in a loop with an "Include".

My question is, does Active4D cache the included display fuse or does it have to lift it off the disk every time I call it.

b.t.w., the final result isn't slow. I'm just curious.

Peter

&lt;/pre&gt;</description>
    <dc:creator>Peter Jakobsson</dc:creator>
    <dc:date>2012-05-09T16:39:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/8021">
    <title>Re: What is your preferred editor for a4d ?</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.active4d.devel/8021</link>
    <description>&lt;pre&gt;On 5/9/12 9:03 AM, "Aparajita Fishman" &amp;lt;aparajita-TI4+O7OeaEsyQuewmsSTZNBPR1lH4CV8&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
wrote:


It seemed like last time I looked the latest release versions were more
than a year old and Textmate 2 was on hold. I now see that has changed.
I'll have to have another look.

Thanks,

Brad

&lt;/pre&gt;</description>
    <dc:creator>Perkins, Bradley D</dc:creator>
    <dc:date>2012-05-09T15:17:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/8020">
    <title>Re: What is your preferred editor for a4d ?</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.active4d.devel/8020</link>
    <description>&lt;pre&gt;
It is totally visual. It's like TextMate.



How is TextMate not supported?

Regards,

   Aparajita
   www.aparajitaworld.com

   "If you dare to fail, you are bound to succeed."
   - Sri Chinmoy   |   www.srichinmoy.org

&lt;/pre&gt;</description>
    <dc:creator>Aparajita Fishman</dc:creator>
    <dc:date>2012-05-09T15:03:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/8019">
    <title>Re: What is your preferred editor for a4d ?</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.active4d.devel/8019</link>
    <description>&lt;pre&gt;I use Dreamweaver too and agree about the code editor for Active4D. DW is
OK for other languages and I really like the site management tools. I
rarely use it in WYSIWYG mode. I haven't found anything that equals the
site management tools, but should note that I have to support other
projects, including one large PHP project that has hundreds of files. I
also heavily rely on remote diff integration.

I'd like to hear more about SublimeText especially how well it works
cross-platform (is the experience similar). After Aparajita noted it the
other day I quickly looked at their web page and also read a Wiki article
which said it "The program was originally designed as a feature-rich
extension of Vim". Is that why it is 'cumbersome', e.g. it uses vi(m)
shortcuts and edit modes?

Despite all the rave reviews for Textmate, I've cautiously avoided it
because it doesn't appear to be supported. Is it "that good" that it
doesn't need to be?

Brad

On 5/9/12 8:42 AM, "Mike Vogt" &amp;lt;MikeVogt-czg+YhalxXZv6AKw3SzrKQ&amp;lt; at &amp;gt;public.g&lt;/pre&gt;</description>
    <dc:creator>Perkins, Bradley D</dc:creator>
    <dc:date>2012-05-09T15:01:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/8018">
    <title>Re: What is your preferred editor for a4d ?</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.active4d.devel/8018</link>
    <description>&lt;pre&gt;
The answer to the question depends on what you spend most of your time doing: designing or coding. If your goal is to code, don't even consider Dreamweaver. SublimeText takes a little time to get used to, but if you need something on Windows TextMate is not an option.

Even if you need to do a lot of design, the best way to design is to write well structured markup with good CSS in a good editor. You can use something like LiveReload to get instant feedback in the browser.

Regards,

   Aparajita
   www.aparajitaworld.com

   "If you dare to fail, you are bound to succeed."
   - Sri Chinmoy   |   www.srichinmoy.org

&lt;/pre&gt;</description>
    <dc:creator>Aparajita Fishman</dc:creator>
    <dc:date>2012-05-09T14:48:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/8017">
    <title>Re: What is your preferred editor for a4d ?</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.active4d.devel/8017</link>
    <description>&lt;pre&gt;I've been playing with SublimeText, but find it cumbersome.  I use Dreamweaver regularly; the code editor sucks, but the WYSIWYG is useful, as well as the site management tools.  I'm on Windows.

MV

-----Original Message-----
From: active4d-dev-bounces-TI4+O7OeaEsyQuewmsSTZNBPR1lH4CV8&amp;lt; at &amp;gt;public.gmane.org [mailto:active4d-dev-bounces-TI4+O7OeaEsyQuewmsSTZNBPR1lH4CV8&amp;lt; at &amp;gt;public.gmane.org] On Behalf Of Peter Gutbrod
Sent: Wednesday, May 09, 2012 10:37 AM
To: Active4D Developer Discussion List
Subject: Re: [Active4d-dev] What is your preferred editor for a4d ?



Thanks Peter for this quick and detailed reply.

I've only took a brief look into Textmate so far, but the Active4D plugins, which IMHO only exist for Textmate, seem to give this editor a significant advantage over other editors.

Pete


_______________________________________________
Active4D-dev mailing list
Active4D-dev-TI4+O7OeaEsyQuewmsSTZNBPR1lH4CV8&amp;lt; at &amp;gt;public.gmane.org
http://list.aparajitaworld.com/listinfo/active4d-dev
Archives: http://vasudev.aparajitaw&lt;/pre&gt;</description>
    <dc:creator>Mike Vogt</dc:creator>
    <dc:date>2012-05-09T14:42:23</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.lang.active4d.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.lang.active4d.devel</link>
  </textinput>
</rdf:RDF>

