9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] XML
@ 2007-05-21 16:57 ron minnich
  2007-05-21 17:08 ` W B Hacker
                   ` (4 more replies)
  0 siblings, 5 replies; 77+ messages in thread
From: ron minnich @ 2007-05-21 16:57 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

This one is interesting:
"The acmpolicy class implements a compiler for translating an XML policy
into their binary format and provides functionality for comparing a
current policy against a new one when changing a policy."

So, translate XML to binary to use it?

But it's a standard, right? I can't tell you how many times a day
people tell me they're doing something in XML ... "it's the standard"
-- not "A", but "THE".

Let's see:

<9p><request>T</request><requesttype>R</requesttype><fid><number><digit><binary>1</binary><binary>0>/binary>...


well, you get my drift.

Shouldn't we move 9p to a standards-based, compliant, XML-based system
with first-class enumerated elements in which all pluggable components
are Python objects and hence first-class citizens and add a full
compiler to enable translation and XML co-processor acceleration?

Can I randomly permute the words in the previous sentence? Yes.
Is that sentence like stuff I read nowadays? Yes.
Is constant gnashing wearing off the enamel on my teeth? Yes, oh yes.

ron


^ permalink raw reply	[flat|nested] 77+ messages in thread
* [9fans] xml
@ 2010-06-28 16:19 hugo rivera
  2010-06-28 16:55 ` Russ Cox
  2010-06-28 17:06 ` Ethan Grammatikidis
  0 siblings, 2 replies; 77+ messages in thread
From: hugo rivera @ 2010-06-28 16:19 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

If you haven't heard of XML yet, you must be living under a rock!  -
Programming in the .NET Environment
Taken from the fortunes file. I guess I must be living under a rock,
but I don't know what xml is, or pragmatically, what is it for.
Please, understand that I'm not trying to start a flame war in here,
but I'd really appreciate if someone could explain xml to me. I've
read the wikipedia entry but doesn't help me a lot, and for the first
time in my life I saw some xml code today, in a program that I need to
use and, hopefully, understand.
I know this subject isn't plan 9 related, but 9fans is my best
resource for CS questions.

--
Hugo



^ permalink raw reply	[flat|nested] 77+ messages in thread
* Re: [9fans] xml
@ 2010-07-03 15:51 Dean Bittner
  0 siblings, 0 replies; 77+ messages in thread
From: Dean Bittner @ 2010-07-03 15:51 UTC (permalink / raw)
  To: 9fans

There are many things I don't like about xml, and most have been mentioned.

There are several ideas around xml that I like.  I self-describing aspect of xml is convenient.  The ability to represent structured data is great too, and I like to be able to edit the data in a text editor and otherwise send and store the data as text.  These ideas make data very portable and mobile for me, and I tend to need that kind of thing in my projects.

In places that I once used xml, I now use JSON.  It has the advantages I've mentioned and seems to serve me well.





^ permalink raw reply	[flat|nested] 77+ messages in thread

end of thread, other threads:[~2010-07-03 15:51 UTC | newest]

Thread overview: 77+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-05-21 16:57 [9fans] XML ron minnich
2007-05-21 17:08 ` W B Hacker
2007-05-21 17:11 ` Roman Shaposhnik
2007-05-21 17:27   ` W B Hacker
2007-05-21 17:37     ` Francisco J Ballesteros
2007-05-22 10:47       ` Charles Forsyth
2007-05-22 11:31         ` erik quanstrom
2007-05-25 15:03         ` David Leimbach
2007-05-25 15:08           ` erik quanstrom
2007-05-25 17:02           ` Charles Forsyth
2007-05-25 17:32             ` Francisco J Ballesteros
2007-05-25 18:15               ` ron minnich
2007-05-25 19:58                 ` Uriel
2007-05-25 22:11                 ` erik quanstrom
2007-05-25 19:35               ` Steve Simon
2007-05-25 20:36                 ` Francisco J Ballesteros
2007-05-25 18:30         ` ozan s. yigit
2007-05-25 20:23           ` Charles Forsyth
2007-05-21 17:33   ` ron minnich
2007-05-21 20:18     ` David Leimbach
2007-05-21 20:25       ` erik quanstrom
2007-05-22  4:13         ` lucio
2007-05-21 18:17   ` erik quanstrom
2007-05-21 18:29     ` Uriel
2007-05-21 18:21   ` Uriel
2007-05-22  1:25     ` LiteStar numnums
2007-05-21 18:26   ` Skip Tavakkolian
2007-05-21 18:39     ` Jack Johnson
2007-05-21 18:48       ` Uriel
2007-05-21 19:26       ` Skip Tavakkolian
2007-05-21 20:17   ` David Leimbach
2007-05-21 22:34   ` Steve Simon
2007-05-21 17:32 ` Bakul Shah
2007-05-21 18:23 ` matt
2007-05-21 18:34 ` Geoffrey Avila
2007-05-21 18:41   ` Uriel
2007-05-21 19:27     ` Geoffrey Avila
2007-05-22 22:24       ` Roman Shaposhnik
2007-05-22  4:08     ` lucio
2007-05-21 23:29   ` W B Hacker
2007-05-21 23:34     ` erik quanstrom
2007-05-22 14:02       ` Wes Kussmaul
2007-05-22 14:03         ` erik quanstrom
2007-05-22 14:55           ` Bruce Ellis
2007-05-22 15:05             ` Jack Johnson
2007-05-23  7:12             ` Lluís Batlle
2007-05-23  8:11               ` Lluís Batlle
2007-05-23  8:29                 ` lucio
2007-05-22 15:22           ` Wes Kussmaul
2007-05-22 14:53         ` Jack Johnson
2007-05-22  9:53   ` Charles Forsyth
2010-06-28 16:19 [9fans] xml hugo rivera
2010-06-28 16:55 ` Russ Cox
2010-06-28 17:06 ` Ethan Grammatikidis
2010-06-28 18:26   ` Rob Pike
2010-06-28 18:31     ` David Leimbach
2010-06-28 18:40       ` Rob Pike
2010-06-28 19:06         ` erik quanstrom
2010-06-28 19:14           ` Corey Thomasson
2010-06-30 14:47             ` hugo rivera
2010-06-30 18:25               ` David Leimbach
2010-06-30 18:43                 ` ron minnich
2010-06-30 19:54                   ` Pietro Gagliardi
2010-06-30 20:04                     ` Corey Thomasson
2010-06-30 20:21                       ` erik quanstrom
2010-06-30 20:53                         ` Wes Kussmaul
2010-07-01 15:06                           ` Ethan Grammatikidis
2010-07-01 17:12                             ` Russ Cox
2010-07-01 17:43                               ` Bakul Shah
2010-07-01 18:37                                 ` Jorden M
2010-07-01 18:49                                   ` Rob Pike
2010-07-01 19:33                                     ` Bakul Shah
2010-07-01 19:34                                     ` Jorden M
2010-07-02 10:45                                       ` roger peppe
2010-06-30 20:07                     ` LiteStar numnums
2010-06-30 18:59                 ` LiteStar numnums
2010-07-03 15:51 Dean Bittner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).