Currently I'm using JSP to generate XML and use XSL to parse them. Originally, there is no problem.
test.jsp
--------
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="listUsers.xsl"?>
.....some jsp generated xml here...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.