>> (zf/xml-> zipper :ListRecords :record :metadata :oai_dc:dc :dc:language
>> zf/text)
This would require a namespace aware thing, but a possible syntax for
this (called Clark notation) is to use the URI of the namespace
instead of the prefix:
(zf/xml-> zipper :ListRecords :record :metadata :dc
:
On Fri, Oct 19, 2012 at 12:03 AM, Maurits wrote:
> Bit of a late reaction, but there is nothing special about a tag with a
> namespace prefixed. For example I have been using:
>
> (zf/xml-> zipper :ListRecords :record :metadata :oai_dc:dc :dc:language
> zf/text)
>
> which works perfectly well.
Ye
Bit of a late reaction, but there is nothing special about a tag with a
namespace prefixed. For example I have been using:
(zf/xml-> zipper :ListRecords :record :metadata :oai_dc:dc :dc:language
zf/text)
which works perfectly well.
Maurits
Op zondag 22 juli 2012 22:02:59 UTC+2 schreef Marcel