Re: [NAnt-users] tokenizing a script tag and link

2009-10-22 Thread Bob Archer
You have to use XML entities tokens and I think single quotes: property name= trainingwatermark value=lt;link rel='stylesheet' type='text/css' href='..\style\watermark.css'gt;/ property name= attachEventButtonOnClick value=lt;SCRIPT language='JavaScript'

[NAnt-users] tokenizing a script tag and link

2009-10-22 Thread Zachary B. Wheeler
Hi All Is it possible to tokenize an entire script tag In my config file I have: property name= trainingwatermark value=link rel=stylesheet type=text/css href=..\style\watermark.css/ property name= attachEventButtonOnClick value=SCRIPT language=JavaScript

Re: [NAnt-users] tokenizing a script tag and link

2009-10-22 Thread Michael Pento
] tokenizing a script tag and link You have to use XML entities tokens and I think single quotes: property name= trainingwatermark value=lt;link rel='stylesheet' type='text/css' href='..\style\watermark.css'gt;/ property name= attachEventButtonOnClick value=lt;SCRIPT language='JavaScript

Re: [NAnt-users] tokenizing a script tag and link

2009-10-22 Thread Ron Grabowski
...@amsi.com; Zachary B. Wheeler zwhee...@sddmtech.com; nant-users@lists.sourceforge.net; nant-users@lists.sourceforge.net Sent: Thu, October 22, 2009 2:13:29 PM Subject: Re: [NAnt-users] tokenizing a script tag and link Bob’s right, I tried this just messing around (slow day here …) : property name