OSDN Git Service

Revise sw2wxr.rb
[dianzhuhui/script.git] / lib / sw2wxr.rxml
index e841a50..6d97740 100644 (file)
@@ -18,7 +18,6 @@
     </wp:category>
 
     <!-- [item] 投稿等(繰り返し) -->
-
     <!-- Chapters -->
     <% chapter_post_id = WXRConverter.get_post_id %>
     <% (chapter_num, title) = @title %>
@@ -48,7 +47,6 @@
       <% radical_post_id = WXRConverter.get_post_id %>
       <item>
        <title><%= rword %></title>
-       <!-- link><%= rhref %></link -->
        <dc:creator>shirasuhiroyuki></dc:creator>
        <content:encoded><![CDATA[<%= associations %><%= radical_wordnum %>]]></content:encoded>
        <excerpt:encoded></excerpt:encoded>
@@ -62,7 +60,6 @@
        <wp:post_password></wp:post_password>
       </item>
 
-
       <% word_order = 0 %>
       <% words.each do |word| %>
       <%    (char, wordid, whref, info) = word %>
@@ -70,7 +67,6 @@
       <!-- Word -->
       <item>
        <title><%= wordid + ':' + char %></title>
-       <!-- link><%= whref %></link -->
        <dc:creator>shirasuhiroyuki></dc:creator>
        <content:encoded><![CDATA[<%= info %>]]></content:encoded>
        <excerpt:encoded></excerpt:encoded>