I just tried out XML with XSL, and I find it a very good way to form a webpage... Anyways, how do i write the '<' tag in my XML without the parser wanting to parse it? I know there's an equivalant, but I can't remember it.
Printable View
I just tried out XML with XSL, and I find it a very good way to form a webpage... Anyways, how do i write the '<' tag in my XML without the parser wanting to parse it? I know there's an equivalant, but I can't remember it.
got it:
< = "<"
&rt; = ">"