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

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

Open
@mthahir

Description

@mthahir

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions