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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,514e1152685173b8 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!feeder.erje.net!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Using Quotes in Quotes (if you see what I mean Date: Fri, 05 Aug 2011 08:47:02 +0100 Organization: A noiseless patient Spider Message-ID: References: <3fee0724-877d-408e-b99b-75c096438fe1@l37g2000yqd.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: mx04.eternal-september.org; posting-host="dFCm8HWntFqmDIilBLqEJQ"; logging-data="5758"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/nA08K4dXHoPFuQmZjQeNZSQ4bIoShZRs=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (darwin) Cancel-Lock: sha1:m0OyyggiOcZ55pEBhWjNeDfgt88= sha1:RJ5JcfU7XdphItAiYNKiWbxjwes= Xref: g2news1.google.com comp.lang.ada:20476 Date: 2011-08-05T08:47:02+01:00 List-Id: tonyg writes: > 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 ? XML allows either single or double quotes, so and and for that matter are semantically identical. Have you looked at XML/Ada? http://libre.adacore.com/libre/tools/xmlada/