Please login or register. Welcome to the Studio, guest!


Quick Links:


newBookmarkLockedFalling

Aaron

Aaron Avatar
Bad Wolf

****
Dedicated Studio Member

859


November 2006
How about XSL or XPath? :P I know they don't fall under HTML, CSS, JavaScript, or PHP but I figured i'd ask. :P I'm learning XPath now but I can't see how it's applied.

Chris

Chris Avatar

******
Head Coder

19,519


June 2005
I'm still a noob in XSL. I can do some basic things like this, but I havn't really looked into it much otherwise.

Aaron

Aaron Avatar
Bad Wolf

****
Dedicated Studio Member

859


November 2006
I was informed that it's best to learn XPath before XSL. The only issue i'm running into there is that nothing is telling me how to apply XPat. I'm just writing lines of code with no way to test them out.

Chris

Chris Avatar

******
Head Coder

19,519


June 2005
W3 School's tutorial sucks. :P Uses VBScript. Ugh.

I see what you're saying though. No really decent tutorials... Though XPath is really an alternate to XSL in just grabbing data from what I can see.

I'll look into it though, and write a tutorial if I can. :P I should probably look into it anyway.

Aaron

Aaron Avatar
Bad Wolf

****
Dedicated Studio Member

859


November 2006
I'm still looking into it myself. :P I might check wikipedia.

XML hasn't recieved the warm welcome it has so long deserved. It wasn't until recently that I bothered to learn the language (due to false information from years back). I bet not even a quarter of the coders on PB have ever even heard of XML. :P



Chris

Chris Avatar

******
Head Coder

19,519


June 2005
Sad cause its true. :P I'm really just looking into XML because of AJAX.

Aaron

Aaron Avatar
Bad Wolf

****
Dedicated Studio Member

859


November 2006
What a coincidence. :P I was bored with what I was coding so Greg told me I should learn AJAX. I hadn't yet picked up XML and while I really only need to know the fundamentals, I figured i'd delve into it as far as I could. :P

Chris

Chris Avatar

******
Head Coder

19,519


June 2005
XD

Too bad you can use responseText and get what you need. :P

jongos

jongos Avatar

****
Senior Member

Male
409


December 2005
virtuoso said:
Jongos, I have a basic tut on grabbing Cells on Proboards I could show you... :-\


A bit late, but that would be perfect. :)
Thanks, Kay!


Moose

Moose Avatar

****
Senior Member

449


August 2005
What the hell is XSL and XPATH, I only know XML. :P
Greg says:
Coding music...
Greg says:
Hmm...
Greg says:
I wouldn't rule it out. :P
Chris 3.0 [New features? Yes.] says:
:P
Greg says:
If you think about machine code it's a bunch of 1s and 0s
Chris 3.0 [New features? Yes.] says:
Anything is possible.
Greg says:
Yeah try to code Metallica
Chris 3.0 [New features? Yes.] says:
:P Yeah, I'll get right on that... right after I learn to fly.

Chris

Chris Avatar

******
Head Coder

19,519


June 2005
moose said:
What the hell is XSL and XPATH, I only know XML. :P


XSL and XPATH are used to style the page and interpret data basically.

newBookmarkLockedFalling