James Sleeman wrote:
> For the current job, a requirement is that for the various editable content sections 
>that I expose *limited* formatting functionality to the site editor(s).  That is... 
>editors should be able to write something like...
> 
> ----
> [Header]Foo Bar Narf[/Header]
> [Bold]Hello[/Bold], how are you...
> 
> This is an [IMG]images/myimage.jpg[/IMG], this is a link - http://www.foobar.com/.
> ----
> 
> and have it converted to
> 
> ----
> <SPAN CLASS="header">Foo Bar Narf</SPAN><BR>
> <B>Hello</B>, how are you...<P>
> This is an <IMG SRC="images/myimage.jpg">, this is a link - http://www.foobar.com/.
> ----
> 
> before I bite the bullet and write something myself, does anybody know of a custom 
>tag or user defined function anywhere that performs some function such as this.

Not exactly that, but you should take a look at db_parsebbml:
http://www.depressedpress.com/DepressedPress/Content/ColdFusion/CustomTags/DP_ParseBBML/Index.cfm

Jochem

______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to