Web Services FAQ Section Index | Page 2
Is there a way to influence indentation when transforming a DOM to an output stream using the JAXP Transform API?
Is there a way to influence indentation when trans...
Is there a way to influence indentation when transforming a DOM to an output stream using the JAXP Transform API?
I want to do is start using XML, but I cannot seem to find any of the classes in my HP JDK.
I want to do is start using XML, but I cannot seem
to find any of the classes in my HP JDK.
1) To use XML, say with DOM
objects, do I have to hunt around the net for the various
Java piec...more
Are there any XML viewers written in JAVA that use CSS?
Are there any XML viewers written in JAVA that use CSS?
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