<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ypooo</author_name>
  <author_url>https://blog.hatena.ne.jp/ypooo/</author_url>
  <blog_title>ypooo’s diary</blog_title>
  <blog_url>https://ypooo.hatenablog.com/</blog_url>
  <categories>
    <anon>LISP</anon>
    <anon>関数型</anon>
  </categories>
  <description>10. get-element-text 関数 ypooo.hatenablog.com (defun get-element-text (node class-name) (let ((els (get-elements-by-class-recursive node class-name))) (if (plusp (length els)) (string-trim '(#\Space #\Newline #\Tab #\Return #\ ) (or (plump:text (first els)) &quot;&quot;)) &quot;&quot;))) 目的: node 内で特定の class-name に一致する最…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fypooo.hatenablog.com%2Fentry%2F2026%2F04%2F25%2F230448&quot; title=&quot;PythonプログラマーのためのCommon Lispコード解説 10 - ypooo’s diary&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn-ak.f.st-hatena.com/images/fotolife/y/ypooo/20260425/20260425055449.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2026-04-25 23:04:48</published>
  <title>PythonプログラマーのためのCommon Lispコード解説 10</title>
  <type>rich</type>
  <url>https://ypooo.hatenablog.com/entry/2026/04/25/230448</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
