--=====================_41534522==_.ALT
Content-Type: text/plain; charset="us-ascii"

Right. That would work. I can
        put an open <CFOUTPUT> at the top and a close </CFOUTPUT> at the bottom,
        remove any <CFOUTPUT> </CFOUTPUT> that already exist in the middle,
        and fix any <CFOUTPUT QUERY='queryname> to be </CFOUTPUT><CFOUTPUT 
QUERY='queryname>.

Inside CFINCLUDE files will I be inside a CFOUTPUT or not?
ie:
        <CFOUTPUT> ... <CFINCLUDE TEMPLATE="insidefile"> ... </CFOUTPUT>

is insidefile inside a CFOUTPUT or not?

Has anybody had experience with the efficiency of having the entire file be 
substituted inside a <CFOUTPUT> as compared to a hundred open close 
<CFOUTPUT>..</CFOUTPUT>...<CFOUTPUT>...</CFOUTPUT>...etc...?

At 02:47 PM 8/4/00 -0700, Katrina Chapman wrote:
>From the docs. "You cannot nest CFOUTPUT tags."
>
>http://127.0.0.1/CFDOCS/CFML_Language_Reference/2_ColdFusion_Tags/lr2_060.ht
>m
>
>You cannot have a query driven output tag inside another output tag.  What
>you can do though is instead of having <CFOUTPUT>#label.title#</CFOUTPUT>
>you can just close your non query driven tag before you open a query driven
>tag.
>
>--K
>
>-----Original Message-----
>From: Peter Theobald [mailto:[EMAIL PROTECTED]]
>Sent: Friday, August 04, 2000 12:59 PM
>To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
>Subject: Nested CFOUTPUTs
>
>
>--=====================_21467562==_.ALT
>Content-Type: text/plain; charset="us-ascii"
>
>Can I nest a <CFOUTPUT QUERY="xxx"> inside a <CFOUTPUT> ?
>
>I need to substitute literally hundreds of small text elements on each of my
>pages (the site is displaying itself in English, French, German, Italian, or
>Spanish). All the elements are in a structure: label.xxx that is pre-loaded
>with the appropriate language values.
>
>The pages are littered with #label.title# ... #label.address# ...
>#label.category# ... etc.
>
>Instead of surrounding each one with <CFOUTPUT>#label.title#</CFOUTPUT> I
>want to just put <CFOUPUT> at the top of the page and </CFOUTPUT> and the
>bottom of the page.
>
>I will double any HTML #-signs to escape them,
>The problem is that I have query outputs in the pages: <CFOUTPUT
>QUERY="queryname"> and I understand that I can't nest CFOUTPUTs...
>
>ideas?
>
>
>P.S. if anyone wants to hear more details on how I am handling translating
>every word of every page efficiently I'd be happy to expand on that.
>
>
>
>
>
>---------------------------------------------------------------------------
>Peter Theobald, Chief Technology Officer
>LiquidStreaming http://www.liquidstreaming.com
>[EMAIL PROTECTED]
>Phone 1.212.545.1232 Fax 1.212.679.8032
>
>--=====================_21467562==_.ALT
>Content-Type: text/html; charset="us-ascii"
>
>Can I nest a <CFOUTPUT QUERY="xxx"> inside a <CFOUTPUT> ?
>
>I need to substitute literally hundreds of small text elements on each of my pages 
>(the site is displaying itself in English, French, German, Italian, or Spanish). All 
>the elements are in a structure: label.xxx that is pre-loaded with the appropriate 
>language values.
>
>The pages are littered with #label.title# ... #label.address# ... #label.category# 
>... etc.
>
>Instead of surrounding each one with <CFOUTPUT>#label.title#</CFOUTPUT> I want to 
>just put <CFOUPUT> at the top of the page and </CFOUTPUT> and the bottom of the page.
>
>I will double any HTML #-signs to escape them,
>The problem is that I have query outputs in the pages: <CFOUTPUT QUERY="queryname"> 
>and I understand that I can't nest CFOUTPUTs...
>
>ideas?
>
>
>P.S. if anyone wants to hear more details on how I am handling translating every word 
>of every page efficiently I'd be happy to expand on that.
>
>
>
>
>
>---------------------------------------------------------------------------< br> 
>Peter Theobald, Chief Technology Officer
>LiquidStreaming http://www.liquidstreaming.com
>[EMAIL PROTECTED]
>Phone 1.212.545.1232 Fax 1.212.679.8032
>
>--=====================_21467562==_.ALT--
>
>----------------------------------------------------------------------------
>--
>Archives: http://www.mail-archive.com/[email protected]/
>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.
>
>------------------------------------------------------------------------------
>Archives: http://www.mail-archive.com/[email protected]/
>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. 


---------------------------------------------------------------------------
Peter Theobald, Chief Technology Officer
LiquidStreaming http://www.liquidstreaming.com
[EMAIL PROTECTED]
Phone 1.212.545.1232 Fax 1.212.679.8032

--=====================_41534522==_.ALT
Content-Type: text/html; charset="us-ascii"

<html>
<font size=3>Right. That would work. I can<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>put an
open &lt;CFOUTPUT&gt; at the top and a close &lt;/CFOUTPUT&gt; at the
bottom,<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>remove any
&lt;CFOUTPUT&gt; &lt;/CFOUTPUT&gt; that already exist in the 
middle,<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>and fix
any &lt;CFOUTPUT QUERY='queryname&gt; to be &lt;/CFOUTPUT&gt;&lt;CFOUTPUT
QUERY='queryname&gt;.<br>
<br>
Inside CFINCLUDE files will I be inside a CFOUTPUT or not?<br>
ie:<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>&lt;CFOUTPUT&gt;
... &lt;CFINCLUDE TEMPLATE=&quot;insidefile&quot;&gt; ...
&lt;/CFOUTPUT&gt;<br>
<br>
is insidefile inside a CFOUTPUT or not?<br>
<br>
Has anybody had experience with the efficiency of having the entire file
be substituted inside a &lt;CFOUTPUT&gt; as compared to a hundred open
close
&lt;CFOUTPUT&gt;..&lt;/CFOUTPUT&gt;...&lt;CFOUTPUT&gt;...&lt;/CFOUTPUT&gt;...etc...?<br>
<br>
At 02:47 PM 8/4/00 -0700, Katrina Chapman wrote:<br>
<blockquote type=cite cite>From the docs. &quot;You cannot nest CFOUTPUT
tags.&quot;<br>
<br>
<a href="http://127.0.0.1/CFDOCS/CFML_Language_Reference/2_ColdFusion_Tags/lr2_060.ht" 
eudora="autourl">http://127.0.0.1/CFDOCS/CFML_Language_Reference/2_ColdFusion_Tags/lr2_060.ht</a><br>
m<br>
<br>
You cannot have a query driven output tag inside another output
tag.&nbsp; What<br>
you can do though is instead of having
&lt;CFOUTPUT&gt;#label.title#&lt;/CFOUTPUT&gt;<br>
you can just close your non query driven tag before you open a query
driven<br>
tag.<br>
<br>
--K<br>
<br>
-----Original Message-----<br>
From: Peter Theobald
[<a href="mailto:[EMAIL PROTECTED]" 
eudora="autourl">mailto:[EMAIL PROTECTED]</a>]<br>
Sent: Friday, August 04, 2000 12:59 PM<br>
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]<br>
Subject: Nested CFOUTPUTs<br>
<br>
<br>
--=====================_21467562==_.ALT<br>
Content-Type: text/plain; charset=&quot;us-ascii&quot;<br>
<br>
Can I nest a &lt;CFOUTPUT QUERY=&quot;xxx&quot;&gt; inside a
&lt;CFOUTPUT&gt; ?<br>
<br>
I need to substitute literally hundreds of small text elements on each of
my<br>
pages (the site is displaying itself in English, French, German, Italian,
or<br>
Spanish). All the elements are in a structure: label.xxx that is
pre-loaded<br>
with the appropriate language values.<br>
<br>
The pages are littered with #label.title# ... #label.address# ...<br>
#label.category# ... etc.<br>
<br>
Instead of surrounding each one with
&lt;CFOUTPUT&gt;#label.title#&lt;/CFOUTPUT&gt; I<br>
want to just put &lt;CFOUPUT&gt; at the top of the page and
&lt;/CFOUTPUT&gt; and the<br>
bottom of the page.<br>
<br>
I will double any HTML #-signs to escape them,<br>
The problem is that I have query outputs in the pages: &lt;CFOUTPUT<br>
QUERY=&quot;queryname&quot;&gt; and I understand that I can't nest
CFOUTPUTs...<br>
<br>
ideas?<br>
<br>
<br>
P.S. if anyone wants to hear more details on how I am handling
translating<br>
every word of every page efficiently I'd be happy to expand on 
that.<br>
<br>
<br>
<br>
<br>
<br>
---------------------------------------------------------------------------<br>
Peter Theobald, Chief Technology Officer<br>
LiquidStreaming
<a href="http://www.liquidstreaming.com/" 
eudora="autourl">http://www.liquidstreaming.com</a><br>
[EMAIL PROTECTED]<br>
Phone 1.212.545.1232 Fax 1.212.679.8032<br>
<br>
--=====================_21467562==_.ALT<br>
Content-Type: text/html; charset=&quot;us-ascii&quot;<br>
<br>
Can I nest a &lt;CFOUTPUT QUERY=&quot;xxx&quot;&gt; inside a
&lt;CFOUTPUT&gt; ?<br>
<br>
I need to substitute literally hundreds of small text elements on each of
my pages (the site is displaying itself in English, French, German,
Italian, or Spanish). All the elements are in a structure: label.xxx that
is pre-loaded with the appropriate language values.<br>
<br>
The pages are littered with #label.title# ... #label.address# ...
#label.category# ... etc.<br>
<br>
Instead of surrounding each one with
&lt;CFOUTPUT&gt;#label.title#&lt;/CFOUTPUT&gt; I want to just put
&lt;CFOUPUT&gt; at the top of the page and &lt;/CFOUTPUT&gt; and the
bottom of the page.<br>
<br>
I will double any HTML #-signs to escape them,<br>
The problem is that I have query outputs in the pages: &lt;CFOUTPUT
QUERY=&quot;queryname&quot;&gt; and I understand that I can't nest
CFOUTPUTs...<br>
<br>
ideas?<br>
<br>
<br>
P.S. if anyone wants to hear more details on how I am handling
translating every word of every page efficiently I'd be happy to expand
on that.<br>
<br>
<br>
<br>
<br>
</font><font size=2><b><br>
---------------------------------------------------------------------------&lt;
br&gt; Peter Theobald, </b>Chief Technology Officer<br>
</font><font size=3 color="#0000FF"><b>LiquidStreaming
</b></font><a href="http://www.liquidstreaming.com/" eudora="autourl"><font size=2 
color="#0000FF"><u>http://www.liquidstreaming.com</a><br>
</u></font><font size=2>[EMAIL PROTECTED]<br>
<b>Phone</b> 1.212.545.1232 <b>Fax</b> 1.212.679.8032<br>
</font><font size=3><br>
--=====================_21467562==_.ALT--<br>
<br>
----------------------------------------------------------------------------<br>
--<br>
Archives:
<a href="http://www.mail-archive.com/[email protected]/" 
eudora="autourl">http://www.mail-archive.com/[email protected]/</a><br>
To Unsubscribe visit<br>
<a href="http://www.houseoffusion.com/index.cfm?sidebar=lists&amp;body=lists/cf_talk" 
eudora="autourl">http://www.houseoffusion.com/index.cfm?sidebar=lists&amp;body=lists/cf_talk</a>
or<br>
send a message to [EMAIL PROTECTED] with 'unsubscribe' in<br>
the body.<br>
<br>
------------------------------------------------------------------------------<br>
Archives: <a href="http://www.mail-archive.com/[email protected]/" 
eudora="autourl">http://www.mail-archive.com/[email protected]/</a><br>
To Unsubscribe visit <a 
href="http://www.houseoffusion.com/index.cfm?sidebar=lists&amp;body=lists/cf_talk" 
eudora="autourl">http://www.houseoffusion.com/index.cfm?sidebar=lists&amp;body=lists/cf_talk</a>
 or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the 
body. </font></blockquote><br>

<font size=2><b><br>
---------------------------------------------------------------------------<br>
Peter Theobald, </b>Chief Technology Officer<br>
</font><font size=3 color="#0000FF"><b>LiquidStreaming </b></font><a 
href="http://www.liquidstreaming.com/" eudora="autourl"><font size=2 
color="#0000FF"><u>http://www.liquidstreaming.com</a><br>
</u></font><font size=2>[EMAIL PROTECTED]<br>
<b>Phone</b> 1.212.545.1232 <b>Fax</b> 1.212.679.8032<br>
</font></html>

--=====================_41534522==_.ALT--

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
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