On Sat, Nov 23, 2013 at 6:21 AM, Jon Leech <[email protected]> wrote: > I've been experimenting with XIncludes in Docbook 5 and find myself > getting tripped up frequently by namespaces. Do you declare the Docbook > namespace in the attributes-standard-table.xml elements you're including? > Doing this made things better for me. > Still having enormous trouble doing complicated xpointer selection > by element name in the xi:include. I'm pretty sure it's namespace related > but not how to fix it, yet.
Jon, we are using DB namespaces and the included file that works for us is a valid DB file and here is the start of it" <article xmlns="http://docbook.org/ns/docbook" version="5.0" xmlns:xi="http://www.w3.org/2001/XInclude" > <info><title>Attributes Table</title></info> <para xml:id="attributes_table"> <table><title>Core Attributes</title> HTH. Best regards, -Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
