Creating XML file from Java Bean
HiAre there any standard methods in Java 1.5 to create XML file from java bean,i can use JAXB or castor to do so, But i would like to know if there is any thing in java core classes,I have seen XMLEncoder, but this is not what i want.Any