Problems indexing svg files?
"Jones, David H" <[email protected]> Sat, 21 Oct 2006 22:59:42 -0700 (PDT)
| Newsgroups | gmane.comp.web.swish-e |
|---|---|
| Message-ID | <01CF21867FABC44EBFAC57024D472BEB046CFE7A@XCH-NW-2V2.nw.nos.boeing.com> |
> SwishE is skipping .svg files with mime type image/svg+xml , giving > the message: > > Now fetching > [http://e352837.nw.nos.boeing.com:8080/hyperslate/IndexTest/pub.svg].. > .Status: 200. image/svg+xml > Skipping > http://e352837.nw.nos.boeing.com:8080/hyperslate/IndexTest/pub.svg: > Wrong content type: image/svg+xml. > > My config file says the following: > > IndexOnly .htm .html .svg > > Is there something else I should have in the config file or else > where? > > Assuming this can be fixed. How would I index <title> in the > following: > > <g id="node2" class="node"><title>A Separate Peace</title></g> > > I haven't found many examples of indexing XML. Would it be: > > MetaNames g.title > Or > MetaNames title > > Regards, > > David H. Jones >