ncluding inside the
> solrconfig_common.xml. Hope it helps anyone.
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/XInclude-Multiple-Elements-tp3167658p3987029.html
> Sent from the Solr - User mailing list archive at Nabble.com.
onfig_common.xml. Hope it helps anyone.
--
View this message in context:
http://lucene.472066.n3.nabble.com/XInclude-Multiple-Elements-tp3167658p3987029.html
Sent from the Solr - User mailing list archive at Nabble.com.
The various XInclude specs were never really fully implemented by XML
parsers. IMO it's really best for including whole XML files. If I
remember right, the situation is that the xpointer() scheme (the most
flexible) wasn't implemented. There are two other schemes for
addressing content withi
On Mon, Jul 18, 2011 at 8:06 PM, Chris Hostetter
wrote:
>
> Can you post the details of your JVM / ServletContainer and the full stack
> trace of the exception? My understanding is that fragment identifiers are
> a mandatory part of the xinclude/xpointer specs.
>
> It would also be good to know i
: I see this post:
:
http://lucene.472066.n3.nabble.com/including-external-files-in-config-by-corename-td698324.html
: that implies you can use #xpointer(/*/node()) to get all elements of
: the root node (like if I changed my example to only have one include,
: and just used multiple files, which
Does anyone use XInclude? I'd like to hear about any successful usage at all.
Stephen Duncan Jr
www.stephenduncanjr.com
I'm also open to ideas on useful ways to use XInclude while only
targeting a single element. I haven't been able to come up with a way
that that's useful enough for me, but maybe I'm not thinking about the
problem from the proper point of view. For the schema, I could have
the types as a single i
I've spent some time looking at various conversations on this problem,
but I can't find a solution that works. XInclude has to point a valid
XML document, with a single root element. It should be possible to
use xpointer to specify children elements to include, but as far as I
can tell, the xpoin