nested XInclude
Posted: Tue Mar 15, 2005 9:42 pm
I have a mutli-part document.. and have been using XInclude without a problem...
I am also able to transform each part/chapter/section without any errors..
I am now trying to break it up a little more and am attempting something like:
file1 = book include file2
file2 = include part (in file3 )
file3 = include chapter (in file4)
and I'm getting an error: Error attempting to parse XML file (href='xyz.abc.xml').
on the lowest level file. To me it seems to have something to do with the level of nesting of the XIncludes but I have been unable to confirm that. Again, I can validate each file separately without errors.
Any ideas?
I am also able to transform each part/chapter/section without any errors..
I am now trying to break it up a little more and am attempting something like:
file1 = book include file2
file2 = include part (in file3 )
file3 = include chapter (in file4)
and I'm getting an error: Error attempting to parse XML file (href='xyz.abc.xml').
on the lowest level file. To me it seems to have something to do with the level of nesting of the XIncludes but I have been unable to confirm that. Again, I can validate each file separately without errors.
Any ideas?