| @@ 201-207 (lines=7) @@ | ||
| 198 | $this->intextinput = true; |
|
| 199 | } |
|
| 200 | ||
| 201 | elseif ( |
|
| 202 | $this->feed_type == RSS and |
|
| 203 | $this->current_namespace == '' and |
|
| 204 | $el == 'image' ) |
|
| 205 | { |
|
| 206 | $this->inimage = true; |
|
| 207 | } |
|
| 208 | ||
| 209 | # handle atom content constructs |
|
| 210 | elseif ( $this->feed_type == ATOM and in_array($el, $this->_CONTENT_CONSTRUCTS) ) |
|
| @@ 284-287 (lines=4) @@ | ||
| 281 | { |
|
| 282 | $this->intextinput = false; |
|
| 283 | } |
|
| 284 | elseif ($this->feed_type == RSS and $this->current_namespace == '' and $el == 'image' ) |
|
| 285 | { |
|
| 286 | $this->inimage = false; |
|
| 287 | } |
|
| 288 | elseif ($this->feed_type == ATOM and in_array($el, $this->_CONTENT_CONSTRUCTS) ) |
|
| 289 | { |
|
| 290 | $this->incontent = false; |
|