>>Any ideas on how to actually parse the document to add a unique key to the
paragraph tag?

Parsing is easy... <cfset mydelimiter = chr(13) & chr(10)>

<CFLOOP from=1 to=listlen(mypage, mydelimiter) index=myparagraph>
        ...the hard stuff...
</CFLOOP>

Instead of using CFFile, how about placing a custom tag opening call in the
application.cfm and a closing tag in onRequestEnd?

Then, in the custom tag, thistag.generated content will be your page.  The
custom tag could look for a url parameter to get into action.

Tagging annotations so that they survive page modification is a non trivial
problem alas.

--AE, curator of the CF Meta Search Engine,
http://psyberspace.net/coldfusion/search/

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to