Web Services FAQ Section Index | Page 9
Using a SAX parser, is there a way to include a local DTD file when parsing an XML message that doesn't contain a DOCTYPE tag?
Hi,
There is a way to achieve that.
Check the org.xml.sax.EntityResolver interface:
If a SAX application needs to implement customized handling for external entities, it must implement this inter...more
What is the difference between XML Parsing and XML Processing?
What is the difference between XML Parsing and XML Processing?
I have a set of import dependencies between XSL files and I would like to package them inside a jar file. If I refer to the main XSL through the packaging directory structure so that I can use getResourceAsStream() it fails to get the imported ones. Apparently set systemId does not work for XSL files as resources inside a Jar file. I am using XERCES/XALAN.
I have a set of import dependencies between XSL files and I would like to package them inside a jar file. If I refer to the main XSL through the packaging directory structure so that I can use get...more
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?
What exactly are OASIS and ebXML? And if they are alternatives which one should be followed?
ebXML(Electronic Business XML) is replacement for the EDI and used for the secure exchange of buiness data. As it is an XML based so it now slowly and steadiliy becoming an de facto for the indust...more
Are there any XML viewers written in JAVA that use CSS?
Are there any XML viewers written in JAVA that use CSS?
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
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 Application Servers?
Check out the jGuru AppServer
FAQ.
Where can I learn (more) about Java JSP (JavaServer Pages)?
Check out the jGuru JSP FAQ.
Where can I learn (more) about Java Serialization?
Check out the jGuru
Serialization FAQ.
Where can I learn (more) about Java Servlets?
Check out the jGuru Servlets
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 reusable software components, JavaBeans?
Check out the
jGuru JavaBeans FAQ.
Where can I learn (more) about Java's suport for internationalization (I18N)?
Check out the jGuru I18N FAQ.