XML Section Index | Page 6
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
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.
Do SAX and DOM validating parsers take the same amount of memory while validating a document?
Do SAX and DOM validating parsers take the same amount of memory while validating a document?
How can I query my xml file?
How can I query my xml file? For example I have this xml file:
<?xml version="1.0"?>
<bib>
<book>
<title>Harold</title>
<author>Johnso...more
What is the difference between #PCDATA and #CDATA in XML?
PCDATA is Parsed character data and CDATA is just character data.
In PCDATA text, the tags inside the text will be treated as markup and entities will be expanded,
where as in CDATA...more
Where can I learn about the efforts to create an XML-based query language?
XML Query Language
Where can I learn about the efforts to create an XML-based query language?