[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] How to use xml src block as data input?
From: |
Bastien |
Subject: |
Re: [O] How to use xml src block as data input? |
Date: |
Sun, 29 Apr 2018 17:14:57 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) |
Hi,
stardiviner <address@hidden> writes:
> How can I use this xml data as input in another src block?
You would need to enclose the xml code within #+begin_example instead
of #+begin_src. Also, elfeed-xml-parse-region will not work on a
string, it expects other arguments, so you might need to write your
own parsing function, maybe based on libxml-parse-xml-region if your
version of Emacs has libxml support.
HTH,
--
Bastien
- Re: [O] How to use xml src block as data input?,
Bastien <=