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,20a8fd50a2664794,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!w24g2000yqw.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:15:13 -0700 (PDT) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: 82.46.232.121 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1312528513 1101 127.0.0.1 (5 Aug 2011 07:15:13 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 5 Aug 2011 07:15:13 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: w24g2000yqw.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:20473 Date: 2011-08-05T00:15:13-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 ?