Hi,
 
I just switched to XMLBeans from JAXB.
 
Now I have a question about writing to a file from XMLBeans.
 
 
<?xml version="1.0" encoding="UTF-8"?>
<Example xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="C:\Documents and Settings\User\Desktop\r&r.xsd">
 
 
I want to include
 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="C:\Documents and Settings\User\Desktop\r&r.xsd"
 
information into the newly created XML file. But don't know how. Anyone can help?
 
Regards,
YODA909
 
 
 

Reply via email to