xsl « XML « JSP-Servlet Q&A





1. JSP - TransformerFactory.newInstance().newTransformer(xsl) returning null?    stackoverflow.com

The java API guarantees that it will never return a null - but for me, it is! http://download.oracle.com/javase/6/docs/api/javax/xml/transform/TransformerFactory.html#newTransformer(javax.xml.transform.Source) Relevant code:

xml = new StreamSource(new URL(mondialURL).openStream());
xsl = new StreamSource(new File("/REMOVED/countriesnofilter.xsl"));
result = new StreamResult(new ...

2. Showing details after clicking hyperlink with xml/xsl    coderanch.com

Hi there, Here's another dummy question for you: In the XML file there is info about customers and the adresses of the customers. There can be more than one adress per customer. Is it possible to show the customer info with only the word (or hyperlink) adress. Then, when you click on the word adress, the adresses of the customer are ...

3. JSP Vs (XML and XSL)    coderanch.com

4. jsp / xml / xsl    coderanch.com

5. JSP + XSL + XML    coderanch.com

7. Using XSL & XML within a JSP    coderanch.com