Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

set-up-double-metaphone does not generate dictionary #299

Open
mthahir opened this issue Mar 13, 2019 · 0 comments
Open

set-up-double-metaphone does not generate dictionary #299

mthahir opened this issue Mar 13, 2019 · 0 comments

Comments

@mthahir
Copy link

mthahir commented Mar 13, 2019

The generated dictionary is empty.
After reviewing the code on algorithms:setup-double-metaphone, I noticed that line#81 has single slash and thus not retrieving the property-def, therefore line 82 fails get the qname.
when I put two slashes as below, it retrieves correctly.
line 81: let $property-def := $options-xml//:property-defs/:property[@name = $property-name]
line 82: let $qname := fn:QName($property-def/@namespace, $property-def/@localname)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant