From: Oleg T. <he...@us...> - 2004-11-22 14:03:56
|
Update of /cvsroot/mvp-xml/XInclude/v1/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14444/v1/src Modified Files: XIncludingReader.cs Log Message: Fixing bugs... Index: XIncludingReader.cs =================================================================== RCS file: /cvsroot/mvp-xml/XInclude/v1/src/XIncludingReader.cs,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- XIncludingReader.cs 7 Nov 2004 16:46:25 -0000 1.29 +++ XIncludingReader.cs 22 Nov 2004 14:03:47 -0000 1.30 @@ -1387,9 +1387,9 @@ { //Include document as XML Uri includeLocation = ResolveHref(href); - CheckLoops(includeLocation, xpointer); if (includeLocation.Fragment != String.Empty) throw new XIncludeSyntaxError(SR.FragmentIDInHref); + CheckLoops(includeLocation, xpointer); if (_xmlResolver == null) { //No custom resolver |