On Tue, Jan 29, 2013 at 10:02 AM, Hilton Gibson <[email protected]> wrote:
> Now how do I extract the handles?

Well, XSLT would be the way to go. You can apply XSLT templates to XML
files even from the command line. There are several XSLT processors to
choose from, e.g.:

java org.apache.xalan.xslt.Process -IN foo.xml -XSL foo.xsl -OUT foo.out
java -jar dir/saxon.jar         [options]   foo.xml   foo.xsl   [ params…]
xsltproc -o foo.out foo.xsl foo.xml

But I assumed you wanted to display the results in XMLUI - that is
described in detail on the Solr page I linked to.

PS We're spamming the wrong channel with technical issues. We should
move over to dspace-tech.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
Dspace-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-general

Reply via email to