Hi Geert, Thanks a lot for the quick response. I have tried escaping '#" and it worked fine.
Manoj. On Thu, Jul 12, 2012 at 3:45 PM, Geert Josten <[email protected]> wrote: > Hi Manoj, > > > > Browsers tend to cut off # and beyond, download the page, and look for > anchors with a name matching whatever is behind #. You need to escape the > #. encode-for-uri can help you with that. # escapes to %23. > > > > Kind regards, > > Geert > > > > *Van:* [email protected] [mailto: > [email protected]] *Namens *manoj viswanadha > *Verzonden:* donderdag 12 juli 2012 11:58 > *Aan:* [email protected] > *Onderwerp:* [MarkLogic Dev General] Issues wen passing Keyword as"#" > > > > HI all, > > > > I am facing some some issues when i pass keyword as "#". Through URL if i > pass keyword "#" it is taking empty string. > > > > I have verified it from xdmp:get-url and it is taking as empty. for other > special charecters it is working fine. > > > > > > Can anyone clarify why it is taking "#" as empty string. > > > > > > > > Thanks, > > Manoj. > > _______________________________________________ > General mailing list > [email protected] > http://developer.marklogic.com/mailman/listinfo/general > >
_______________________________________________ General mailing list [email protected] http://developer.marklogic.com/mailman/listinfo/general
