<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>hokaccha</author_name>
  <author_url>https://blog.hatena.ne.jp/hokaccha/</author_url>
  <blog_title>hokaccha memo</blog_title>
  <blog_url>https://hokaccha.hatenablog.com/</blog_url>
  <categories>
    <anon>JavaScript</anon>
  </categories>
  <description>body以下の6文字以上のテキストノードだけ取得したいというケースがあって、XPathでけっこう簡単にできた。 var xpath = '//text()[string-length(normalize-space()) &gt; 5 and not(ancestor::script)]'; var resultType = XPathResult.ORDERED_NODE_SNAPSHOT_TYPE; var nodes = document.evaluate(xpath, document.body, null, resultType, null); var strs = []; for (va…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhokaccha.hatenablog.com%2Fentry%2F20110921%2F1316607782&quot; title=&quot;一定文字数以上のテキストノードを取得する - hokaccha memo&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></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2011-09-21 21:23:02</published>
  <title>一定文字数以上のテキストノードを取得する</title>
  <type>rich</type>
  <url>https://hokaccha.hatenablog.com/entry/20110921/1316607782</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
