Oh. Now I understand. I did hit that when I was doing some xml stuff last week. So I just used the "rplc" verb and replaced the data with the appropriate values prior to assembling the actual XML document like so: '[two > one]' rplc '>';'>' [two > one]
Thanks for pointing that out. :) -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of bill lam Sent: Wednesday, May 05, 2010 4:29 PM To: [email protected] Subject: Re: [Jprogramming] Poor mans way of creating XML document files in J These four characters are reserved by xml spec so that < inside textual data need to be encoded as < (not sure if one trailing space is required or not) The > might need no escape, but I'm not sure. Anyway that should be mentioned inside you visual basic book hopefully. Срд, 05 Май 2010, Alex Rufon писал(а): > What do you mean escaping <>&" ? > > Did I miss something? :P :D > > -----Original Message----- > [---=| TOFU protection by t-prot: 15 lines snipped |=---] -- regards, ==================================================== GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
