This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes XML and Related Technologies and the fly likes Add Processing Instruction to XML using XmlBeans Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » XML and Related Technologies
Reply Bookmark "Add Processing Instruction to XML using XmlBeans" Watch "Add Processing Instruction to XML using XmlBeans" New topic
Author

Add Processing Instruction to XML using XmlBeans

Adil Fulara
Greenhorn

Joined: Oct 21, 2007
Posts: 8
Hi,

I could not find a way to add the following

<?xml-stylesheet type="text/xsl" href="results.xslt"?>

in the xml generated by using xmlbeans.

XmlOptions does not seem to provide a way to do this.

Is there a way to achieve this using XmlBeans?

Thanks for the help.

~Adil.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Add Processing Instruction to XML using XmlBeans
 
Similar Threads
XMLBeans API - Validation w/ XML Schema
I need to parse the data of my webservice response.
Axis 2 problems
Databinding - ADB and none
generating xml from xsd (urgent)