From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,c000a091781d5dcd,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!x4g2000yqf.googlegroups.com!not-for-mail From: tonyg Newsgroups: comp.lang.ada Subject: Using Quotes in Quotes - if you see what I mean Date: Fri, 5 Aug 2011 00:16:57 -0700 (PDT) Organization: http://groups.google.com Message-ID: <9d106f99-21e2-4b84-8b29-2666d87cc805@x4g2000yqf.googlegroups.com> NNTP-Posting-Host: 82.46.232.121 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1312529397 10615 127.0.0.1 (5 Aug 2011 07:29:57 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 5 Aug 2011 07:29:57 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: x4g2000yqf.googlegroups.com; posting-host=82.46.232.121; posting-account=28F2IwkAAACL1Z5nRC-dE7zuvWdbWC7P User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALESNKRC X-HTTP-UserAgent: Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:20475 Date: 2011-08-05T00:16:57-07:00 List-Id: I'm trying to search for a string containing the string "day = "2"" within some xml using gnat ada. Unfortunately the "2" is causing a problem in that ada thinks it is the end of the string before it gets to the end. Can someone tell me how I need to represent this to search successfully ?