*/
public XPSAssembler() {
dpf = new DOMParserFactory();
xpf = new XPointerFactory();
conf = new Configuration();
pm = new ProxyManager();
if ((conf.proxyHost != null) && (conf.proxyPort != null)) {
Properties sp = System.getProperties();
sp.put("proxySet", "true");
sp.put("proxyHost", conf.proxyHost);