问题如上,OPML技术怎样使用,怎样用它来规划数型控件中所表示的信息,请高手帮助!

解决方案 »

  1.   

    "OPML an XML-based format that allows exchange of outline-structured information between applications running on different operating systems and environments.The design goal is to have a transparently simple, self-documenting, extensible and human readable format that's capable of representing a wide variety of data that's easily browsed and edited. As the format evolves this goal will be preserved. It should be possible for a reasonably technical person to fully understand the format with a quick read of a single Web page.
    "  以上是来自OPML官方网站的解释。OPML(Outline Processor Markup Language)其实建立在XML基础上的“大纲处理标记语言”,主要用于描述一份资料的结构,这份资料可能是计划书、黄页的目录,甚至是MP3的播放清单。如果每个软件可以遵循OPML的格式对所处理资料输入、输出,那这些信息就可以在不同系统不同软件之间传递,使不同软件实现直接“对话”。
    家里的电脑出了问题,RSSbandit不能启动,很是伤脑筋。没办法,feeddemon刚刚有1.0 final trial版本出来,先用着把,30次使用限制,每天一次,至少也可以用一个人了。
    其实OPML也不是什么复杂东西,装好feeddemon以后,找了份里面的opml文件来看。其实就是一份格式化的xml文化,用来记录网站rss新闻的一个xml集合。
    样式如下
    <?xml version="1.0"?>
    <opml version="1.1" xmlns:fd="http://www.bradsoft.com/feeddemon/xmlns/1.0/">
    <head>
    <title>Technology</title>
    </head>
    <body>
    <outline text="Ars Technica" title="Ars Technica" type="rss" version="RSS" xmlUrl="http://arstechnica.com/etc/rdf/ars.rdf" htmlUrl="http://www.arstechnica.com" description="Ars Technica"/>
    <outline text="BBC News | Technology | UK Edition" title="BBC News | Technology | UK Edition" type="rss" version="RSS" xmlUrl="http://www.bbc.co.uk/syndication/feeds/news/ukfs_news/technology/rss091.xml" htmlUrl="http://news.bbc.co.uk/go/click/rss/0.91/public/-/1/hi/technology/default.stm" description="BBC News | Technology | UK Edition"/>
    <outline text="Clay Shirky&apos;s Essays" title="Clay Shirky&apos;s Essays" type="rss" version="RSS" xmlUrl="http://shirky.com/writings/rss.cgi" htmlUrl="http://shirky.com/writings/rss.cgi" description="Clay Shirky&apos;s Essays"/>
    <outline text="Creative Commons: weblog" title="Creative Commons: weblog" type="rss" version="RSS" xmlUrl="http://creativecommons.org/weblog/rss" htmlUrl="http://creativecommons.org/weblog/" description="Creative Commons: weblog"/>
    <outline text="Dan Gillmor&apos;s eJournal" title="Dan Gillmor&apos;s eJournal" type="rss" version="RSS" xmlUrl="http://weblog.siliconvalley.com/column/dangillmor/index.xml" htmlUrl="http://weblog.siliconvalley.com/column/dangillmor/" description="Dan Gillmor&apos;s eJournal"/>
    <outline text="Extremetech" title="Extremetech" type="rss" version="RSS" xmlUrl="http://rssnewsapps.ziffdavis.com/extreme.xml" htmlUrl="http://www.extremetech.com" description="Extremetech"/>
    <outline text="Geek News Central" title="Geek News Central" type="rss" version="RSS" xmlUrl="http://www.geeknewscentral.com/index.xml" htmlUrl="http://www.geeknewscentral.com/" description="Geek News Central"/>
    <outline text="InfoWorld: Top News" title="InfoWorld: Top News" type="rss" version="RSS" xmlUrl="http://www.infoworld.com/rss/news.rdf" htmlUrl="http://www.infoworld.com/news/index.html" description="InfoWorld: Top News"/>
    <outline text="Jeremy Allaire&apos;s Radio" title="Jeremy Allaire&apos;s Radio" type="rss" version="RSS" xmlUrl="http://radio.weblogs.com/0113297/rss.xml" description="Jeremy Allaire&apos;s Radio"/>
    <outline text="Jon Udell: InfoWorld" title="Jon Udell: InfoWorld" type="rss" version="RSS" xmlUrl="http://weblog.infoworld.com/udell/categories/infoworld/rss.xml" htmlUrl="http://weblog.infoworld.com/udell/categories/infoworld/" description="Jon Udell: InfoWorld"/>
    <outline text="Lessig News" title="Lessig News" type="rss" version="RSS" xmlUrl="http://lessig.org/index.rdf" htmlUrl="http://cyberlaw.stanford.edu/lessig/" description="Columns, interviews, relevant articles, news on Lessig."/>
    <outline text="Microsoft Watch from Mary Jo Foley" title="Microsoft Watch from Mary Jo Foley" type="rss" version="RSS" xmlUrl="http://rssnewsapps.ziffdavis.com/msw.xml" htmlUrl="http://www.microsoft-watch.com" description="What&apos;s next for Microsoft? Find out first with exclusive news and analysis from Mary Jo Foley and Microsoft Watch."/>
    <outline text="New York Times: Technology" title="New York Times: Technology" type="rss" version="RSS" xmlUrl="http://partners.userland.com/nytRss/technology.xml" htmlUrl="http://www.nytimes.com/pages/technology/index.html" description="New York Times: Technology"/>
    <outline text="SiliconInsider" title="SiliconInsider" type="rss" version="RSS" xmlUrl="http://my.abcnews.go.com/rsspublic/siliconinsider_rss093.xml" description="SiliconInsider"/>
    <outline text="The Doc Searls Weblog" title="The Doc Searls Weblog" type="rss" version="RSS" xmlUrl="http://partners.userland.com/people/docSearls.xml" htmlUrl="http://doc.weblogs.com/" description="The Continuing End of Business As Usual"/>
    <outline text="The Register" title="The Register" type="rss" version="RSS" xmlUrl="http://www.theregister.co.uk/tonys/slashdot.rdf" htmlUrl="http://www.theregister.co.uk" description="The Register"/>
    <outline text="Tomalak&apos;s Realm" title="Tomalak&apos;s Realm" type="rss" version="RSS" xmlUrl="http://static.userland.com/tomalak/links2.xml" htmlUrl="http://www.tomalak.org/" description="Tomalak&apos;s Realm"/>
    </body>
    </opml>
      

  2.   

    用什么工具可以编辑opml文件呢?