衣期 d iPhone theme 真係幾得…
Louis Vutton
Chocolate Rain
How to dump the XML content contains in a org.w3c.dom.Document object to a file.
import javax.xml.transform.Transformer;
import javax.xml.transform.TransformerConfigurationException;
import javax.xml.transform.TransformerException;
import javax.xml.transform.TransformerFactory;
import javax.xml.transform.TransformerFactoryConfigurationError;
import javax.xml.transform.dom.DOMSource;
import javax.xml.transform.stream.StreamResult;
import org.w3c.dom.Document;
TransformerFactory tFactory = TransformerFactory.newInstance();
Transformer transformer = tFactory.newTransformer();DOMSource source = new DOMSource(doc);
StreamResult result = new StreamResult(new File(“C:\\abc.txt”));
transformer.transform(source, result);
The XML content will be saved to abc.txt, and you can also divert the XML content to different output destination by changing the StreamResult constructor, please refer to the API doc for detail.
iPhone Software unlock for OTB 1.1.2 同 OTB 1.1.3 出左就好多人都知喇…. (唔使剪 SIM card lu….)
唔知大家又有無見過衣個做福人群既軟件呢….
話可以 jailbreak 哂現時所有 iPhone 既 version,但睇佢個 blog 好似仲有好多問題咁 wor….