hi, is there a simple way to give the parser a packed xml file. at the moment i use ctxt=xmlCreateFileParserCtxt(filename); xmlParseDocument(ctxt); to read the xml file. but my files become very large and so i will compress it. thanx Thomas Rokohl