Format the instance as W3C.
(self)
| 446 | return self._to_string("rss") |
| 447 | |
| 448 | def to_w3c_string(self) -> str: |
| 449 | """ |
| 450 | Format the instance as W3C. |
| 451 | """ |
| 452 | return self._to_string("w3c") |
| 453 | |
| 454 | def _to_string(self, fmt: str, locale: str | None = None) -> str: |
| 455 | """ |