Results 1 to 29 of 29

Thread: Xml

  1. #1

    Thread Starter
    Banned timeshifter's Avatar
    Join Date
    Mar 2004
    Location
    at my desk
    Posts
    2,465

    Xml

    Is horrendous.

    Discuss.

  2. #2
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: Xml

    It's not as bad as WML.
    I don't live here any more.

  3. #3

    Thread Starter
    Banned timeshifter's Avatar
    Join Date
    Mar 2004
    Location
    at my desk
    Posts
    2,465

    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*

  4. #4
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: Xml

    <goon>timeshifter</goon>
    I don't live here any more.

  5. #5

    Thread Starter
    Banned timeshifter's Avatar
    Join Date
    Mar 2004
    Location
    at my desk
    Posts
    2,465

    Re: Xml

    Is there a problem?

  6. #6
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    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.

  7. #7

    Thread Starter
    Banned timeshifter's Avatar
    Join Date
    Mar 2004
    Location
    at my desk
    Posts
    2,465

    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.

  8. #8
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: Xml

    Blame the library, not the format.

  9. #9
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: Xml

    Don't hate the playa, hate the game.

  10. #10

    Thread Starter
    Banned timeshifter's Avatar
    Join Date
    Mar 2004
    Location
    at my desk
    Posts
    2,465

    Re: Xml

    Don't hate the forum, hate the moderator.





    *runs*

  11. #11
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: Xml

    That's it! I'm telling on you.


    Just as soon as I find one of them.

  12. #12
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: Xml

    Quote 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.

  13. #13
    Fanatic Member kregg's Avatar
    Join Date
    Feb 2006
    Location
    UK
    Posts
    524

    Re: Xml

    Quote Originally Posted by wossname
    yeah
    yeah

  14. #14

    Thread Starter
    Banned timeshifter's Avatar
    Join Date
    Mar 2004
    Location
    at my desk
    Posts
    2,465

    Re: Xml

    yeah

  15. #15
    Frenzied Member Phill64's Avatar
    Join Date
    Jul 2005
    Location
    Queensland, Australia
    Posts
    1,201

    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!

  16. #16
    Hyperactive Member Arrow_Raider's Avatar
    Join Date
    Dec 2001
    Location
    AVR Lovers Club
    Posts
    423

    Re: Xml

    Quote 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.

  17. #17
    Addicted Member MasterBlaster's Avatar
    Join Date
    Jul 2002
    Location
    Seattle
    Posts
    196

    Re: Xml

    Quote 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

  18. #18
    Addicted Member MasterBlaster's Avatar
    Join Date
    Jul 2002
    Location
    Seattle
    Posts
    196

    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

  19. #19

    Thread Starter
    Banned timeshifter's Avatar
    Join Date
    Mar 2004
    Location
    at my desk
    Posts
    2,465

    Re: Xml

    Tried.. but it seems the methods I konw don't really work with XML... so I wrote my own...

  20. #20
    Fanatic Member kregg's Avatar
    Join Date
    Feb 2006
    Location
    UK
    Posts
    524

    Re: Xml

    Quote Originally Posted by timeshifter
    yeah
    Shame on you. You forgot to quote.

    yeah

  21. #21

    Thread Starter
    Banned timeshifter's Avatar
    Join Date
    Mar 2004
    Location
    at my desk
    Posts
    2,465

    Re: Xml

    Quote Originally Posted by kregg
    Shame on you. You forgot to quote.

    yeah
    nope

  22. #22
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906

    Re: Xml

    Quote Originally Posted by timeshifter
    Is horrendous.

    Discuss.
    I guess you have not heard of XSLT :P
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  23. #23
    Fanatic Member kregg's Avatar
    Join Date
    Feb 2006
    Location
    UK
    Posts
    524

    Re: Xml

    I guess you have not heard of VB :P

  24. #24
    Frenzied Member Phill64's Avatar
    Join Date
    Jul 2005
    Location
    Queensland, Australia
    Posts
    1,201

    Re: Xml

    If visualAd.Signature.Contains("VB6") Then kregg Is goon

  25. #25

    Thread Starter
    Banned timeshifter's Avatar
    Join Date
    Mar 2004
    Location
    at my desk
    Posts
    2,465

    Re: Xml

    @Adam:
    I had to make an XSL schema just to get my XML to read right...

    @kregg:
    Huh?

  26. #26
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906

    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

    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  27. #27

    Thread Starter
    Banned timeshifter's Avatar
    Join Date
    Mar 2004
    Location
    at my desk
    Posts
    2,465

    Re: Xml

    Gah.. whatever... I ended up just throwing tables and data sets all over the place... somehow, it works...

  28. #28
    Fanatic Member kregg's Avatar
    Join Date
    Feb 2006
    Location
    UK
    Posts
    524

    Re: Xml

    Bad programming pratice.

  29. #29
    Hyperactive Member Arrow_Raider's Avatar
    Join Date
    Dec 2001
    Location
    AVR Lovers Club
    Posts
    423

    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
  •  



Click Here to Expand Forum to Full Width