Ahh, so it is WO eating them. I didn't think it was WOLips because the comments were in the build folder. I should probably file a bug with Apple regarding that trailing endif then...

Thanks for point out the source of the issue Guido!

Ramsey


On Nov 25, 2008, at 1:55 PM, Guido Neitzer wrote:

setIncludeCommentsInResponses(true) in your application.

cug

On 25.11.2008, at 11:52, Ramsey Lee Gurley wrote:

Hi all,

I'm trying to do something using IE's conditional comments (http://juicystudio.com/article/object-paranoia.php ) and what starts as

<!--[if IE]>
<object id="IEQT"
      classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
      width="320"
      height="270">
  <param name="src" value="magpie2_demo.qt.smil"/>
  <param name="autoplay" value="true"/>
  <param name="controller" value="true"/>
</object>
<![endif]-->
<!--[if !IE]> <-->
<object id="NonIEQT"
      data="magpie2_demo.qt.smil"
      type="video/quicktime"
      width="320"
      height="270">
 <param name="autoplay" value="-1"/>
 <param name="controller" value="-1"/>
</object>
<!--> <![endif]-->
Comes out on the page looking like:
<object id="NonIEQT"
      data="magpie2_demo.qt.smil"
      type="video/quicktime"
      width="320"
      height="270">
 <param name="autoplay" value="-1"/>
 <param name="controller" value="-1"/>
</object>
<![endif]-->
Is there some way to preserve these comments? It seems like a bug either way given that trailing <![endif]--> isn't stripped. Is this something WO is doing? Comments appear to be preserved in the build folder.
Thanks all,
Ramsey

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/guido.neitzer%40gmail.com

This email sent to [EMAIL PROTECTED]


Attachment: smime.p7s
Description: S/MIME cryptographic signature

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to