XML parsing And (JSP or XSL)

1,现在知道的XML解析有两种方式:DOM和SAX.可在网上找XML相关的信息时,又找到"Dom4j(JBoss用),Castor,Common-Degister(Struts用),XMLBeans."(http://dev.rdxx.com/Java/JavaXML/2002-11/9/0941144.shtml).这些技术与XML解析有什么联系?
2,在JDK 6.0中基于StAX分析XML数据(http://tech.sina.com.cn/s/2006-06-13/1653988332.shtml)
3,Introduction to StAX(http://today.java.net/pub/a/today/2006/07/20/introduction-to-stax.html)
4,An Introduction to StAX(http://www.xml.com/pub/a/2003/09/17/stax.html)
5,Does StAX Belong in Your XML Toolbox?(http://www.developer.com/xml/article.php/3397691)
6,Does StAX Stack Up?(http://www.developer.com/java/ent/article.php/3351701)
7,Delving Deeper Into StAX(http://www.developer.com/xml/article.php/3371681)
+++++++++++++++++
8,Dynamic Screen Generation With XSL(http://www.developer.com/xml/article.php/10929_1499781_2)
    这个8th是我今天最大的收获之一,以前总是看到书说用XML+CSS来在浏览器里直接显示,现在终于找到了(虽然现在不是用CSS而用XSL)!
9,Where to Point Your View -- JSP or XSL(http://www.developer.com/java/article.php/1380771)

你可能感兴趣的:(java,xml,jsp,PHP,XSL)