On 10/11/07, bill lam <[EMAIL PROTECTED]> wrote:
>
> It could but not too useful, because very few programming languages
> understand
> the semantics of J array.  That said, it would be trivial to serialize J
> array
> into xml.  (The implementation is left as an exercise.)


always more exercise, i'm pooped.

A suggestion:

a) Likely already near done if not so: always the full inverse in the
language and libs.
b) same for exercises...

    j2xml 56
> <array>
>   <data>
>    <number>56</number>
>   </data>
> </array>
>
>     j2xml ,56
> <array>
>   <rank>
>    <dimension>1</dimension>
>   </rank>
>   <data>
>    <number>56</number>
>   </data>
> </array>
>
>     j2xml 56;(,56);3 4$'abcd'
> <array>
>   <rank>
>    <dimension>3</dimension>
>   </rank>
>   <data>
>    <array>
>     <data>
>      <number>56</number>
>     </data>
>    </array>
>    <array>
>     <rank>
>      <dimension>1</dimension>
>     </rank>
>     <data>
>      <number>56</number>
>     </data>
>    </array>
>    <array>
>     <rank>
>      <dimension>3</dimension>
>      <dimension>4</dimension>
>     </rank>
>     <data>
>      <char><![CDATA[abcdabcdabcd]]></char>
>     </data>
>    </array>
>   </data>
> </array>
>
> --
> regards,
> bill
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
>



-- 
Use Reply-To: & thread your email
after the first: or it may take a while, as
I get 2000 emails per day.
--

Roy A. Crabtree
UNC '76 gaa.lifer#
(For TN contact, email me to set up a confirmed date/time)
voicemail inbound only

[When you hear/read/see/feel what a y*ehudi plays/writes/sculpts/holds]
[(n)either violinist {Menuhin} (n)or writer {"The Y*ehudi Principle"} (n)or
molder (n)or older]
[you must strive/think/look/sense all of it, or you will miss the meanings
of it all]

[EMAIL PROTECTED] Forwards only to:
[EMAIL PROTECTED] CC: auto to:
[EMAIL PROTECTED] Be short < 160 chars cuts off; currently
offline
[EMAIL PROTECTED] CC: auto to ^

http://www.authorsden.com/royacrabtree
http://skyscraper.fortunecity.com/activex/720/resume/full.doc
--
(c) RAC/IP, ARE,PRO,PAST
(Copyright) Roy Andrew Crabtree/In Perpetuity
    All Rights/Reserved Explicitly
    Public Reuse Only
    Profits Always Safe Traded
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to