Web Services FAQ Section Index | Page 23

After generating an XML file dynamically from a Java program I want the generated file to be displayed on the client's browser. How can I do that?

How can I "serialize" Swing user interfaces as XML documents?

I have code in which I'm using XLinks. I'm not getting any error but the XLink is not working. I am using IE5. What is the reason for this?

I am generating an XML file dynamically from a Java program and I want the same to display to the browser with the help of XSL file. I want to select the XSL file dynamically. How can I do that?

I am in a project in which I want to display the data fetched from a data base. I use a java bean to get the data and pass it to a JSP. From that I want to make use of XML technology to print the data to the user browser. I am using an XSL file. After getting the data from the data base how can I manage that into an XML file? Do I have to create an XML file dynamically? If so should I have to store it on the disk? And how can I bind an XML file to a XSL file? I want to change the style sheet (XSL) each time.

What is the best way to convert HTML to XML, separating the content(data) from presentation in HTML? Are there any Java API's that we can make use of?

What is RSS (Rich Site Summary)?

I am currently using an XSLT processor to render XML (into HTML) generated from an EJB. However I also want some of my HTML to include HTML forms (input boxes, selection boxes etc). Does anyone have any examples where they are doing something similar?? How do you handle the POSTs and GETs??

What is WML?

Can I design a form which consists of textboxes, submit button, reset button, dropdown list using XML?

Has anyone parsed an XML dtd to create a DOM object? I don't know if that is possible or not, if it isn't how could I get an object containing all the attributes allowed for a given element?

How can I map data from a DB2 UDB for AS/400 into an XML document and the associated DTD ?

I am attempting to use the XML parser provided by sun jaxp1.0. When I try to get an instance of DocumentBuilderFactory using the static method newInstance(), it throws a FactoryConfigurationError exception at runtime. How can i do to overcome this?

What are XML namespaces? Please include some examples.

How do you print the contents of an XML document using the DOM, i.e. using the org.w3c.dom.* interfaces?

About | Sitemap | Contact