Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi all,
i need simple search with umbraco xslt without lucene... Someone can halp me?
this might be what you're looking for:http://our.umbraco.org/projects/website-utilities/xsltsearch
Hi,
I've always found Doug Robar's XSLTSearch package excellent.
HTH
thank you guys,
but i need a example search without eny reference to the creator...isn't that?
Really no idea what you mean Matteo, I'm afraid.
The XSLTSearch package doesn't indicate anywhere on the page that it's "Doug's XSLTSearch package" - it's entirely XSLT based and 100% configurable. Can you give us a bit more clarity?
how can I import the package?? i have the package import function disabled in my solution project...
can i copy the xslt file in my solution and it works?
in the xslt file i have that code
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:msxml="urn:schemas-microsoft-com:xslt" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:umbraco.library="urn:umbraco.library" xmlns:ps="urn:percipientstudios-com:xslt" exclude-result-prefixes="msxml umbraco.library ps"> <xsl:output method="xml" omit-xml-declaration="yes" />
how can i rename it???
thank you... XD
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Umbraco native search
Hi all,
i need simple search with umbraco xslt without lucene... Someone can halp me?
this might be what you're looking for:
http://our.umbraco.org/projects/website-utilities/xsltsearch
Hi,
I've always found Doug Robar's XSLTSearch package excellent.
HTH
thank you guys,
but i need a example search without eny reference to the creator...isn't that?
Really no idea what you mean Matteo, I'm afraid.
The XSLTSearch package doesn't indicate anywhere on the page that it's "Doug's XSLTSearch package" - it's entirely XSLT based and 100% configurable. Can you give us a bit more clarity?
how can I import the package?? i have the package import function disabled in my solution project...
can i copy the xslt file in my solution and it works?
in the xslt file i have that code
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:msxml="urn:schemas-microsoft-com:xslt"
xmlns:msxsl="urn:schemas-microsoft-com:xslt"
xmlns:umbraco.library="urn:umbraco.library"
xmlns:ps="urn:percipientstudios-com:xslt"
exclude-result-prefixes="msxml umbraco.library ps">
<xsl:output method="xml" omit-xml-declaration="yes" />
how can i rename it???
thank you... XD
is working on a reply...