XML Section Index | Page 2
Where can I learn (more) about JCA (Java Connector Architecture)?
Check out the Sun's Java
Connector Architecture homepage.
Where can I learn (more) about Java JSP (JavaServer Pages)?
Check out the jGuru JSP FAQ.
Where can I learn (more) about Java's reusable software components, JavaBeans?
Check out the
jGuru JavaBeans FAQ.
Where can I learn (more) about Java's I/O (input/output, IO) capabilities?
Check out the jGuru IO FAQ.
Where can I learn (more) about Java's suport for internationalization (I18N)?
Check out the jGuru I18N FAQ.
Where can I learn (more) about Application Servers?
Check out the jGuru AppServer
FAQ.
What is the schemagen tool?
The schemagen tool is the schema generator for Java Architecture for XML Binding (JAXB). It generates a schema file for each namespace referenced in your Java class files.
Who is GregorSamsa?
Gregor Samsa is the main character from The Metamorphosis by Franz Kafka. However, in the Java world, it is the Translet class for Apache Xalan, the XSLT processor.
How can I read a vCard attachment from my Java program?
The vCard4J SourceForge project (http://sourceforge.net/projects/vcard4j) offers just what you are looking for.
What is StAX?
StAX is the Streaming API for XML defined by JSR 173.
how to get document headers using XSLT.
how to get document headers using XSLT
<?xml version="1.0" encoding="UTF-8"?>
<main title="Main Heading">
<section title="Heading1">
<section title="Heading1.1" >
&l...more
Inserting elements when surrounding elements are optional
Inserting elements when surrounding elements are optional
[NOTE: I am a XSL/XSLT newbie.]
I am trying to insert some elements into a web.xml file (the Tomcat configuration file) using XSLT. I want...more
How to ask an XSLT question?
Put your input XML
Put your desired html output
Put your XSLT which does not work as desired
In this way, others might come out a suggestion or even a solution.
I have a xml which has nodes like <abc/>. My scanner fails to recognise them. So I need to transform the nodes <abc/> to <abc></abc> before calling the scanner.
converting <abc/> to <abc></abc>
I have a xml which has nodes like <abc/>. My scanner fails to recognise them. So I need to transform the nodes <abc/> to <abc>&l...more
How can I display an XML file into tree structure format using jsp on the screen?
How can I display tree on the screen?
How can I display an XML file into tree structure format using jsp on the screen?