Thanks The syntax error is corrected, However when I enabled or comment ' aspect.discovery.SimpleSearch.div.discovery-search-box' the page for the element aspect_discovery_SimpleSearch_field_scope will appear. That means I want the page for aspect.discovery.SimpleSearch.div.discovery-search-box' to be viewed and to hide the page for the aspect_discovery_SimpleSearch_field_scope to be hidden.
Thanks Sisay -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of helix84 Sent: Wednesday, February 12, 2014 4:58 PM To: Webshet, Sisay (ILRI) Cc: [email protected] Subject: Re: [Dspace-tech] Remove search filter from Discovery On Wed, Feb 12, 2014 at 2:24 PM, Webshet, Sisay (ILRI) <[email protected]> wrote: > org.xml.sax.SAXParseException: Element type "xsl:template" must be followed > by either attribute specifications, ">" or "/>". > context:/jndi:/localhost/xmlui/themes/CGSPACE/lib/xsl/core/page-struct > ure.xsl - 436:48 It should work just as I pasted it. You probably made some syntactic error. Make sure to put it inside xsl:stylesheet but outside any xsl:template (xsl:template cannot be nested). >From the message it seems like you put something else than attributes (name, >match) after the <xsl:template element opening before the closing bracket >(">"). Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette ------------------------------------------------------------------------------ Android apps run on BlackBerry 10 Introducing the new BlackBerry 10.2.1 Runtime for Android apps. Now with support for Jelly Bean, Bluetooth, Mapview and more. Get your Android app in front of a whole new audience. Start now. http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

