Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What is XSL
What is XSL?
✍: Guest
XSL (the eXtensible Stylesheet Language) is used to transform XML document to some other document. So its transformation document which can convert XML to some other document. For instance you can apply XSL to XML and convert it to HTML document or probably CSV files.
2007-10-31, 5583👍, 0💬
Popular Posts:
How to make elements invisible? Change the "visibility" attribute of the style object associated wit...
How can I implement a thread-safe JSP page? You can make your JSPs thread-safe by having them implem...
Does it matter in what order catch statements for FileNotFoundException and IOExceptipon are written...
Which one of the following statements is TRUE in regard to overloading the ++ operator? 1 You cannot...
If we have two version of same assembly in GAC how do we make a choice ? OK first let’s try to under...