Hi Stuart
I have a couple of modifications I use in XMLUI to get this working better

In XMLUI (Manakin) I have the following:
In xmlui/artfactbrowser/SimpleSearch.java I have changed the methodo POST to GET
...
        Division query = search.addInteractiveDivision("general-query",
                "",Division.METHOD_GET,"secondary search");
...
In ArtifactBrowser/sitemap.xml I have:
 In <map:actions> use:
       <map:actions> ....
            <map:action name="set-encoding"
        src="org.apache.cocoon.acting.SetCharacterEncodingAction"/>

in each <map:match pattern="search" use:
        <map:act type="set-encoding">
                <map:parameter name="form-encoding" value="ISO-8859-1"/>
        </map:act>
before the lines that say: <map:serialize type="xml"/>
this was done for: search, handle/*/*/simple-search, simple-search, handle/*/*/search, advanced-search, handle/*/*/advanced-search, browse- author, browse-author-items, browse-subject, browse-subject-items, handle/*/*/browse-author, handle/*/*/browse-author-items, handle/*/*/ browse-subject e handle/*/*/browse-subject-items.

I hope this helps
Paulo
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to