Advertisement

1 - 10 of 73 containing alltags:("Java, XML") (0.001 seconds)
hi experts, I need to write a Java pgm which reads any XML file & generates corresponding XSL file!!! plz help... thanks in advance
Zones: JavaDate Answered: 01/15/2004 Grade: B Views: 0
I try to write an xml file encoded with UTF-8 to Unix Salaris. I have set locale to UTF-8 on Unix Salaris. I compile my java source under Windows machine with ant which javac is encoded in UTF-8. D...
Zones: JavaDate Answered: 03/23/2005 Grade: B Views: 5
Hi, i am working with SOAP and i have the methode below returning an XML. I would want to be able to grab an element in that XML and check what it is, how can i do that? ret = baseServiceAxisIm...
Zones: JavaDate Answered: 06/03/2006 Grade: A Views: 0
Hi, I have the following xml: <all> <type main="Main1Test">   <next>testing</next>   <next>tests</next>   </type> - <type main"Main2Test">   <next>tested</next>   <next>tester</next> ...
Zones: JavaDate Answered: 06/19/2006 Grade: A Views: 0
Is there any standard or best way to read an xml file in java? how are xml files normally read?Can you point to an examples that I can look at?
Zones: Java, JAX / SAXPDate Answered: 12/05/2006 Grade: A Views: 0
I have the below content in HTML file and trying to convert it to XHTML using Tidy in Java program. **************************************************************** <title>Cisco Systems - Overvie...
Zones: JavaDate Answered: 02/14/2008 Grade: A Views: 74
Hi, I have a DTD and I want one of the elements to be able to contain random elements. I'm thinking something like this in my declaration: <!ELEMENT MyElement (el1, el2,el3?, Extension*, A...
Zones: XMLDate Answered: 03/18/2008 Grade: A Views: 0
Hi, I have one big xml file which looks like this: <Parameters> <previous>        <business>              <id>1234</id>               <name>Business Customer</name>                  .    ...
Zones: Java, XML, J2SEDate Answered: 04/11/2008 Grade: A Views: 0
Ive been using XStream to produce and XML document from a java structure. I have an issue with the way the XML has been produced and i cant seem to resolve it. My java structure looks something ...
Zones: Java, XMLDate Answered: 03/30/2008 Grade: A Views: 0