diff --git a/docs/normalization.html b/docs/normalization.html index 39dd279..33883a9 100644 --- a/docs/normalization.html +++ b/docs/normalization.html @@ -95,6 +95,13 @@ attributes on these elements.
xml_base
will adjust the xml:base
values in effect for each of the text constructs in the feed (things like title
, summary
, and content
). Other elements in the feed (most notably, link
are not affected by this value.
+feed_alternate
will replace the xml:base
in effect with the value of the alternate
link
found either in the enclosed source
or enclosing feed
element.entry_alternate
will replace the xml:base
in effect with the value of the alternate
link
found in this entry.xml:base
values in each text construct will each be adjusted separately using to the specified value.