|
Thread: Xml
-
May 14th, 2007, 12:30 PM
#1
-
May 14th, 2007, 12:35 PM
#2
I don't live here any more.
-
May 14th, 2007, 12:39 PM
#3
Re: Xml
If by that you mean WLM... then I'd almost agree... at least WLM makes it easy to talk to people..
Oh god, I can just image an XML-based chat app...
<message sender="timeshifter" reciever="wossy" body="how are you, n00b?" />
Server Error. XML sucks. Get a real chat app.
*bang*
-
May 14th, 2007, 01:27 PM
#4
I don't live here any more.
-
May 14th, 2007, 01:42 PM
#5
-
May 14th, 2007, 03:11 PM
#6
Re: Xml
XML has its place. The hatred for XML comes not from deep in one's soul, but rather stems from one's ignorance of its proper use and resultant irritation at its recalcitrance to apply in inapplicable situations.
-
May 14th, 2007, 03:17 PM
#7
Re: Xml
XML as a data source that needs to be manipulated is just a pain in the ar$e. As a list of information, it's not bad. I've used it as such and it was pretty slick. But when I spend all day writing an interface to manipulate an XML file, that's an issue. Especially since if it had been a SQL backend database, it would have taken me about fifteen minutes to have knocked out... then I could have spent the day setting up error catching on another project.
-
May 14th, 2007, 03:19 PM
#8
Re: Xml
Blame the library, not the format.
-
May 14th, 2007, 03:21 PM
#9
Re: Xml
Don't hate the playa, hate the game.
-
May 14th, 2007, 03:24 PM
#10
Re: Xml
Don't hate the forum, hate the moderator.
*runs*
-
May 14th, 2007, 03:26 PM
#11
Re: Xml
That's it! I'm telling on you. 
Just as soon as I find one of them.
-
May 14th, 2007, 03:53 PM
#12
Re: Xml
 Originally Posted by penagate
XML has its place. The hatred for XML comes not from deep in one's soul, but rather stems from one's ignorance of its proper use and resultant irritation at its recalcitrance to apply in inapplicable situations.
yeah
I don't live here any more.
-
May 15th, 2007, 05:23 AM
#13
Fanatic Member
Re: Xml
 Originally Posted by wossname
yeah
yeah
-
May 15th, 2007, 08:40 AM
#14
-
May 15th, 2007, 08:49 AM
#15
Re: Xml
in soviet russia, XML hates YOU!
Last edited by Phill64; May 15th, 2007 at 09:51 AM.
Reason: in soviet russia, reason for editing is YOU!
-
May 15th, 2007, 11:52 AM
#16
Hyperactive Member
Re: Xml
 Originally Posted by timeshifter
XML as a data source that needs to be manipulated is just a pain in the ar$e. As a list of information, it's not bad. I've used it as such and it was pretty slick. But when I spend all day writing an interface to manipulate an XML file, that's an issue. Especially since if it had been a SQL backend database, it would have taken me about fifteen minutes to have knocked out... then I could have spent the day setting up error catching on another project.
Datasets can save and load data to and from xml files.
My monkey wearing the fedora points and laughs at you.
-
May 15th, 2007, 11:57 AM
#17
Addicted Member
Re: Xml
 Originally Posted by timeshifter
XML as a data source that needs to be manipulated is just a pain in the ar$e. As a list of information, it's not bad. I've used it as such and it was pretty slick. But when I spend all day writing an interface to manipulate an XML file, that's an issue. Especially since if it had been a SQL backend database, it would have taken me about fifteen minutes to have knocked out... then I could have spent the day setting up error catching on another project.
Just curious, Why are you writing an interface? Wouldn't you just define the schema, generate a typed dataset and let ADO.net take care of all of the IO stuff?
"And most of the evils of society can, in fact, be cured through information. We have a society that has been disinformed and based on the disinformation has made irrational choices. And that's what I mean by 'ignorance.' People, who ordinarily might be smart, are deprived of the data by which to make a rational decision, don't have the data to do it."
Frank Zappa
-
May 15th, 2007, 11:58 AM
#18
Addicted Member
Re: Xml
Dammut Arroe Raider beat me to it.
"And most of the evils of society can, in fact, be cured through information. We have a society that has been disinformed and based on the disinformation has made irrational choices. And that's what I mean by 'ignorance.' People, who ordinarily might be smart, are deprived of the data by which to make a rational decision, don't have the data to do it."
Frank Zappa
-
May 15th, 2007, 12:14 PM
#19
Re: Xml
Tried.. but it seems the methods I konw don't really work with XML... so I wrote my own...
-
May 15th, 2007, 12:23 PM
#20
Fanatic Member
Re: Xml
 Originally Posted by timeshifter
yeah
Shame on you. You forgot to quote.
yeah
-
May 15th, 2007, 12:31 PM
#21
Re: Xml
 Originally Posted by kregg
Shame on you. You forgot to quote.
yeah
nope
-
May 15th, 2007, 12:34 PM
#22
Re: Xml
 Originally Posted by timeshifter
Is horrendous.
Discuss.
I guess you have not heard of XSLT :P
-
May 15th, 2007, 12:57 PM
#23
Fanatic Member
Re: Xml
I guess you have not heard of VB :P
-
May 15th, 2007, 01:13 PM
#24
Re: Xml
If visualAd.Signature.Contains("VB6") Then kregg Is goon
-
May 15th, 2007, 01:14 PM
#25
Re: Xml
@Adam:
I had to make an XSL schema just to get my XML to read right...
@kregg:
Huh?
-
May 16th, 2007, 12:53 AM
#26
Re: Xml
Don't you mean XML schema. You can download the XML schema for XSL from here:
http://www.w3.org/1999/XSL/Transform
-
May 16th, 2007, 09:37 AM
#27
Re: Xml
Gah.. whatever... I ended up just throwing tables and data sets all over the place... somehow, it works...
-
May 17th, 2007, 04:32 AM
#28
Fanatic Member
-
May 17th, 2007, 07:03 AM
#29
Hyperactive Member
Re: Xml
your face is bad programming practice
My monkey wearing the fedora points and laughs at you.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|