On Monday, September 16, 2002, at 11:29 AM, Greg 'Cosmo' Haun wrote:
> You are getting a parse error because you can't use \" to escape a > quote in XML. Perhaps " would work, but I don't see why you need > quotes around _generate. That was, indeed, the problem with the quote escaping. Too much time doing Java strings, not enough doing XML parsing/creation. (The quote escaping was needed for values in _generate = "false" -> _generate = "true", and I went a bit mad adding them to keys as well.) > Also <filter> is for char-delimited tokens, not general search and > replace. For that you want to use the <replace> task. That solved it. Thanks! Scott -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
