From: Daniel H. <dh...@ma...> - 2005-05-30 17:37:55
|
Hi Darko, Am Montag, den 30.05.2005, 14:23 -0300 schrieb Darko Miletic: > If xml file has only specified schema files and not DTD files xpath can=20 > not be used. I there a workaround for this or something else that can be=20 > done? I used it, before I used RelaxNG in favour of XML Schemas. I used the underlying libxml2 code - have a look over here: http://cvs.berlios.de/cgi-bin/viewcvs.cgi/*checkout*/protosquared/protosqua= red/src/ConfigFile.cc?rev=3D1.3 And the lines I changed for Relax NG: http://cvs.berlios.de/cgi-bin/viewcvs.cgi/protosquared/protosquared/src/Con= figFile.cc.diff?r1=3D1.3&r2=3D1.4 Have a nice day, Daniel |