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=-2.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Thread: 103376,4c3a4cac2a77bb10,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news3.google.com!news.glorb.com!news.cs.univ-paris8.fr!univ-lyon1.fr!in2p3.fr!oleane.net!oleane!freenix!enst.fr!melchior!cuivre.fr.eu.org!melchior.frmug.org!not-for-mail From: =?ISO-8859-1?Q?Bj=F6rn_Lundin?= Newsgroups: comp.lang.ada Subject: XMLAda dom document to string Date: Wed, 13 Apr 2005 08:14:00 +0200 Organization: Cuivre, Argent, Or Message-ID: NNTP-Posting-Host: lovelace.ada-france.org Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: melchior.cuivre.fr.eu.org 1113372961 74689 212.85.156.195 (13 Apr 2005 06:16:01 GMT) X-Complaints-To: usenet@melchior.cuivre.fr.eu.org NNTP-Posting-Date: Wed, 13 Apr 2005 06:16:01 +0000 (UTC) To: comp.lang.ada@ada-france.org Return-Path: X-Mailer: Apple Mail (2.619.2) X-Virus-Scanned: by amavisd-new at spray.net X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at ada-france.org X-BeenThere: comp.lang.ada@ada-france.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Gateway to the comp.lang.ada Usenet newsgroup" List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Xref: g2news1.google.com comp.lang.ada:10406 Date: 2005-04-13T08:14:00+02:00 Hello! Is there a way of converting a dom document from XML/Ada (1.0) to a string? I found a Print in DOM.Core.Nodes that prints out a document to std out. That is actually what I want, but to a string instead, that I can put=20 through a socket later on. I'm sure I've missed something obvious, but I can't see through it. I've also found on a wiki, a way of walking the nodes in a document.,=20 by David Button, I've been thinking of using it, as a template for a new=20 procedure/function that does what I want, but I thought I'd ask here first, before I invent the wheel again. /Bj=F6rn Bj=F6rn Lundin bnl at spray dot se