I have an entity
called year, this references to an external CFM file with
<cfoutput>#year(now())#</cfoutput> in it, but it gives me an unknown
error when I call the xml file.
Is this even
possible what I am trying to do?
<!DOCTYPE object [
<!-- Removes invalid doubled up characters from a string, for example .. becomes . and ,, becomes , -->
<!ENTITY regExDoubledUp SYSTEM "http://development.tacofleur.com/application/inc_regExDoubledUp.ent">
<!-- Removes invalid start of string characters, for example ,.? and a space -->
<!ENTITY regExStartInvalid SYSTEM "http://development.tacofleur.com/application/inc_regExStartInvalid.ent">
<!ENTITY year SYSTEM "http://development.tacofleur.com/application/ent_year.cfm">
]>
<!-- Removes invalid doubled up characters from a string, for example .. becomes . and ,, becomes , -->
<!ENTITY regExDoubledUp SYSTEM "http://development.tacofleur.com/application/inc_regExDoubledUp.ent">
<!-- Removes invalid start of string characters, for example ,.? and a space -->
<!ENTITY regExStartInvalid SYSTEM "http://development.tacofleur.com/application/inc_regExStartInvalid.ent">
<!ENTITY year SYSTEM "http://development.tacofleur.com/application/ent_year.cfm">
]>
Taco
Fleur
Tell me and I will forget
Show me and I will remember
Teach me and I will learn
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia
http://www.mxdu.com/ + 24-25 February, 2004
