Activity for gold holk

  • gold holk gold holk committed [2438dc]

    Implement --html option in xml sel

  • gold holk gold holk committed [b0d658]

    test for `--html` option in edit and select

  • gold holk gold holk committed [ad8625]

    make `--html` a global option, so work in sel and ed

  • gold holk gold holk committed [2a29b9]

    test for option --ignore-default-namespace

  • gold holk gold holk committed [745c1b]

    Option to ignore default namespace for select and edit command

  • gold holk gold holk committed [fc0ae8]

    Merge branch 'ignore-default-namespace'

  • gold holk gold holk modified a comment on discussion Developers

    It is good to have namespace for xml, but specify namespace in xpath is troublesome. In xslt 2.0, one can specify default namespace for xpath, but libxml2 does not support xslt 2.0. In xmlstarlet, one can use --doc-namespace, and _ will refer to the default namespace, but it is still troublesome to write every element with prefix. This patch add a --ignore-default-namespace option, which work in xml select and xml edit. This option will remove default namespace in xml tree, so xpath without prefix...

  • gold holk gold holk posted a comment on discussion Developers

    It is good to have namespace for xml, but specify namespace in xpath is troublesome. In xslt 2.0, one can specify default namespace for xpath, but libxml2 does not support xslt 2.0. In xmlstarlet, one can use --doc-namespace and _ will refer to default namespace, but it is still troublesome to write every element with prefix. This patch add a --ignore-default-namespace option, which work in xml select and xml edit. This option will remove default namespace in xml tree, so xpath without prefix can...

1
MongoDB Logo MongoDB