Class Array
In: rubilicious.rb  (CVS)
Parent: Object

Methods

to_xbel  

Public Instance methods

Convert an array of posts (bookmarks) to an XBEL string.

Note: This method is significantly less taxing on Delicious than Rubilicious#to_xbel.

Raises an exception on error.

Example:

  results = r.recent             # grab all recent posts
  File::open('output.xbel', 'w') do |file|
    file.puts results.to_xbel    # save results to file
  end

[Validate]