This is making use of a namespace.  It's used in XML and MXML quite a bit.  I 
see it less often in CF but here's what you have...

Somewhere you're gonna have a cfimport tag that looks like this:

<cfimport taglib="some_path_to_a_directory" prefix="st1">

That enables you to call any file in the directory specified in the taglib="" 
as a module like this:

<st1:place attribute="" attribute2="">

</st1:place>

So, in the directory specified in the taglib there is going to probably be a 
cfm file called place.cfm which does the work.  

----------

Jake Churchill 
 Team Leader
11204 Davenport, Ste. 100
Omaha, NE  68154 
http://www.cfwebtools.com   
 402-408-3733 x103 

----------------------------------------

From: Les Mizzell <[EMAIL PROTECTED]>
Sent: Tuesday, April 22, 2008 6:05 PM
To: CF-Talk <[email protected]>
Subject: OT - what is this? "<st1:City>" 

Didn't know where else to ask - and I'll probably get blasted for not 
knowing....

I just inherited a site with stuff like:

St. Paul

Some sort of accessibility code I've not seen before, right? Anybody got 
a link to an article?

TIA ...



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:304028
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to