From: Joe W. <jo...@gm...> - 2011-03-16 11:26:44
|
Hi Jens, Looks like this app is really making nice progress! But it also seems like you're still having difficulties getting *indented* XML out of eXist. Perhaps we can help provide some suggestions? Could you describe how you're doing this currently? Joe > -<collection xmlns="http://exist-db.org/collection-config/1.0"> > - <index> > - <fulltext default="none" attributes="no"/> > - <lucene/> > - <create qname="value" type="xs:string"/> > - <create qname="label" type="xs:string"/> > - <create qname="valueTwo" type="xs:string"/> > - <create qname="valueTerm" type="xs:string"/> > - <create qname="classifier" type="xs:string"/> > - <create qname="scriptClassifier" type="xs:string"/> > - <create qname="frequencyClassifier" type="xs:string"/> > - <create qname="nameOrder" type="xs:string"/> > - </index> > -</collection> > \ No newline at end of file > +<collection xmlns="http://exist-db.org/collection-config/1.0"><index><fulltext default="none" attributes="no"/><lucene/><create qname="value" type="xs:string"/><create qname="label" type="xs:string"/><create qname="valueTwo" type="xs:string"/><create qname="valueTerm" type="xs:string"/><create qname="classifier" type="xs:string"/><create qname="scriptClassifier" type="xs:string"/><create qname="frequencyClassifier" type="xs:string"/><create qname="nameOrder" type="xs:string"/></index></collection> > \ No newline at end of file |