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,514e1152685173b8,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!l37g2000yqd.googlegroups.com!not-for-mail From: tonyg Newsgroups: comp.lang.ada Subject: Using Quotes in Quotes (if you see what I mean Date: Thu, 4 Aug 2011 09:28:34 -0700 (PDT) Organization: http://groups.google.com Message-ID: <3fee0724-877d-408e-b99b-75c096438fe1@l37g2000yqd.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 1312475315 12305 127.0.0.1 (4 Aug 2011 16:28:35 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 4 Aug 2011 16:28:35 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: l37g2000yqd.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:20466 Date: 2011-08-04T09:28:34-07:00 List-Id: I'm playing with some xml in ada. I want to use "d="3"" but unfortunately the 3 is not contained (according to ada) within the string. Is there a nice quick dirty solution I can use here ? btw thanks to whoever recommended ada on debian, its awesome!