Hello all, Does Xerces support XInclude, if yes then what syntax should be used. I tried the following but didn't work for me:
<?xml version="1.0" encoding="UTF-8"?> <Main xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:include href="file2.xml"/> </Main> When I parsed the above XML the include command wasn't parsed, i.e. the XML file "file2.xml" wasn't loaded at all. Thanks in advance. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
