> I'm heading to my buddy's farm this weekend in rural
> mid-missouri. No new orleans, no iraq, no racism....just
> beer and fishing and hiking for the labor day weekend.

> Anyone else got fun plans for the holiday weekend??


Workin' ... not at the office I don't believe... but I'm grateful on
long weekends for the opportunity to get more work done on my
framework projects. Gonna release a TinyMCE plugin and probably a
couple enhancements to the xhtml tag in the core components. I
realized a week or so ago that some of the XSL being used by the
RuleManager is case-sensitive and I wanted to fix that and I'm
thinking about adding a pair of href/src attributes to the xhtml tag
which could be used instead of an end tag... so the current options
are:

<cfmodule template="#rqeuest.tapi.xhtml()#">
        <xml>...<xm>
or
        <cfinclude template="template.xml">
or
        <cffile action="read" variable="xml" ...>
        <cfoutput>#xml#</cfoutput>
or
        <cfhttp url="http//my.xml.url">
        #cfhttp.filecontent#
</cfmodule>

After the change you'll also be able to use:

<cfmodule template="#request.tapi.xhtml()#"
        src="tempalate.xml">

or

<cfmodule template="#request.tapi.xhtml()#"
        href="http://my.xml.url";>

The href attribute won't do much for you if you need to pass form
variables, etc. but I figured it'd be convenient in some cases. Should
be a pretty quick enhancement... I doubt it'll take an hour.


s. isaac dealey   954.522.6080
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://www.fusiontap.com
http://coldfusion.sys-con.com/author/4806Dealey.htm




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Get Instant Hacker Protection, Virus Detection, Antispam & Personal Firewall.
http://www.houseoffusion.com/banners/view.cfm?bannerid=62

Message: http://www.houseoffusion.com/lists.cfm/link=i:5:172233
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/5
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:5
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to