Thanks for this suggestion. I wasn't familiar with the xsltproc application, but after having used it for a bit, it helped me figure out what the issue was with my own custom datastreams.
-----Original Message----- From: Gert Schmeltz Pedersen [mailto:[email protected]] Sent: Thursday, May 07, 2009 9:20 AM To: arne anka; fedora-commons-users Subject: Re: [Fedora-commons-users] gsearch: indexing -- stuck with addRelationship() created elements It may be a namespace issue, you have to declare your testns namespace in the stylesheet. You probably have done that, but I cannot get other ideas from your small extract. In general, for you and others, you may find it convenient to test your stylesheets in a simpler setting than GSearch, e.g. xsltproc from linux command line, or the saxon service that comes with fedora. -gert -----Original Message----- From: arne anka [mailto:[email protected]] Sent: 7. maj 2009 14:49 To: fedora-commons-users Subject: [Fedora-commons-users] gsearch: indexing -- stuck with addRelationship() created elements with addRelationship("foo:AmbrL93sup", "http://www.foo.bar/testns#isInState", "extern", true, null); i added a relationship to one of my objects (to test it) in my object the entrry looks like <isInState xmlns="http://www.foo.bar/testns#">extern</isInState> but i am completely unable to acces that directly via /foxml:digitalObject/foxml:datastre...@id='RELS-EXT']/child::*[last()]/foxml:xmlContent/rdf:RDF/rdf:Description/testns:isInState the only means so far is iterating with xsl:for-each over all off rdf:Description's children, which is not feasible in the real world. what am i doing wrong? ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ Fedora-commons-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fedora-commons-users ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ Fedora-commons-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fedora-commons-users ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ Fedora-commons-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fedora-commons-users
