93 |
$feed = $doc->create_element_ns ('http://www.w3.org/2005/Atom', 'feed'); |
$feed = $doc->create_element_ns ('http://www.w3.org/2005/Atom', 'feed'); |
94 |
$doc->append_child ($feed); |
$doc->append_child ($feed); |
95 |
} |
} |
96 |
$feed->set_attribute_ns ('xmlns', $feed->namespace_uri); |
$feed->set_attribute_ns ('http://www.w3.org/2000/xmlns/', |
97 |
|
'xmlns', $feed->namespace_uri); |
98 |
|
|
99 |
unless (@{$feed->author_elements}) { |
unless (@{$feed->author_elements}) { |
100 |
if (defined $feed_author_name) { |
if (defined $feed_author_name) { |