|
|
|
Hall of Fame
       
Group: General Forum Members
Last Login: Tuesday, May 14, 2013 4:11 PM
Points: 3,390,
Visits: 3,403
|
|
| I had no clue but made a lucky guess. So maybe I should buy a lottery ticket today ...
|
|
|
|
|
Ten Centuries
      
Group: General Forum Members
Last Login: Thursday, January 31, 2013 8:53 AM
Points: 1,176,
Visits: 778
|
|
| thanks for the question - cheers
|
|
|
|
|
Hall of Fame
       
Group: General Forum Members
Last Login: Today @ 10:19 AM
Points: 3,451,
Visits: 2,526
|
|
|
|
|
|
SSCrazy
      
Group: General Forum Members
Last Login: Thursday, May 16, 2013 9:58 AM
Points: 2,570,
Visits: 1,530
|
|
| Thanks for the question! I don't think I will ever use XQuery either but it's good to research these things anyways.
|
|
|
|
|
SSCertifiable
       
Group: General Forum Members
Last Login: Today @ 10:26 AM
Points: 7,083,
Visits: 7,135
|
|
Nice straightforward unambiguous question.
Of course it's about a nonstandard implementation of something designed to query the overhyped and much misused XML format, with which sensible people want as little to do as possible; but it's still an admirably clear and simple question.
Tom Que conclure à la fin de tous mes longs propos? C'est que les préjugés sont la raison des sots. (Voltaire, 1756)
|
|
|
|
|
SSCrazy
      
Group: General Forum Members
Last Login: Thursday, May 16, 2013 9:58 AM
Points: 2,570,
Visits: 1,530
|
|
L' Eomot Inversé (6/7/2012) Nice straightforward unambiguous question.
Of course it's about a nonstandard implementation of something designed to query the overhyped and much misused XML format, with which sensible people want as little to do as possible; but it's still an admirably clear and simple question.
+1 Glad I am part of the majority on this thought!
|
|
|
|
|
SSCoach
         
Group: General Forum Members
Last Login: Today @ 7:19 AM
Points: 18,733,
Visits: 12,331
|
|
|
|
|
|
SSCommitted
      
Group: General Forum Members
Last Login: Tuesday, May 14, 2013 1:12 AM
Points: 1,631,
Visits: 2,028
|
|
L' Eomot Inversé (6/7/2012)
... with which sensible people want as little to do as possible...
Why?
I only ask because I have just implemented database trigger where DDL events are recorded as XML. Having never worked with XML before it took me longer to write a view that read the data and I earmarked this area as the the next subject to learn.
It's getting harder for this old dog to learn new tricks, so I would be interested to hear your reasons
Ian
|
|
|
|
|
SSCertifiable
       
Group: General Forum Members
Last Login: Today @ 10:26 AM
Points: 7,083,
Visits: 7,135
|
|
440692 I am just a number (6/8/2012)
L' Eomot Inversé (6/7/2012)
... with which sensible people want as little to do as possible...Why? I only ask because I have just implemented database trigger where DDL events are recorded as XML. Having never worked with XML before it took me longer to write a view that read the data and I earmarked this area as the the next subject to learn. It's getting harder for this old dog to learn new tricks, so I would be interested to hear your reasons Ian There's nothing wrong with XML in itself, in fact in its place it can be very useful. It's verbose, but that isn't always harmful. It can be inordinately complex (just try mapping stuff where the type system permits multiple inheritance and self reference, and type is itself a type, into XML) but generally isn't when its use is restricted to things it's good at, like being a useful step forwards from SGML. The trouble is that people insist on using it in cases where it both is too verbose to be practical and causes too much complexity because it's a bad match for the subject area. It has been so overhyped and so overused that when I come across it my first reaction is to check whether the particular use is reasnable. More often than not, it isn't and one of the first development problems is to take the XML and convert it into some datastructures that are suitable for purpose. For example XML gets used when minimising data size is an extremely desirable objective, it gets used for passing large numbers of objects all having the same type even in cases where the overhead of parsing a textual format is the limiting factor on system capability, and it gets used in many other circumstances for which it is wholely inappropriate. I probably shouldn't dislike XML for these reasons, but instead dislike the idiots who misuse it and the charlatans who promote it as the best remedy for all ills since snake oil, but I'm only human and people's misuse of (and overhyping of) XML has caused me so much pain.
Tom Que conclure à la fin de tous mes longs propos? C'est que les préjugés sont la raison des sots. (Voltaire, 1756)
|
|
|
|
|
SSCommitted
      
Group: General Forum Members
Last Login: Tuesday, May 14, 2013 1:12 AM
Points: 1,631,
Visits: 2,028
|
|
L' Eomot Inversé (6/8/2012)
440692 I am just a number (6/8/2012)
L' Eomot Inversé (6/7/2012)
... with which sensible people want as little to do as possible...Why? I only ask because I have just implemented database trigger where DDL events are recorded as XML. Having never worked with XML before it took me longer to write a view that read the data and I earmarked this area as the the next subject to learn. It's getting harder for this old dog to learn new tricks, so I would be interested to hear your reasons Ian There's nothing wrong with XML in itself, in fact in its place it can be very useful. It's verbose, but that isn't always harmful. It can be inordinately complex (just try mapping stuff where the type system permits multiple inheritance and self reference, and type is itself a type, into XML) but generally isn't when its use is restricted to things it's good at, like being a useful step forwards from SGML. The trouble is that people insist on using it in cases where it both is too verbose to be practical and causes too much complexity because it's a bad match for the subject area. It has been so overhyped and so overused that when I come across it my first reaction is to check whether the particular use is reasnable. More often than not, it isn't and one of the first development problems is to take the XML and convert it into some datastructures that are suitable for purpose. For example XML gets used when minimising data size is an extremely desirable objective, it gets used for passing large numbers of objects all having the same type even in cases where the overhead of parsing a textual format is the limiting factor on system capability, and it gets used in many other circumstances for which it is wholely inappropriate. I probably shouldn't dislike XML for these reasons, but instead dislike the idiots who misuse it and the charlatans who promote it as the best remedy for all ills since snake oil, but I'm only human and people's misuse of (and overhyping of) XML has caused me so much pain.
Thanks for the reply.
In learning I will push myslef right into the middle of these idiots missusing XML. Fingers crossed I come out the otherside
|
|
|
|