Function extract_pub_dates
pub fn extract_pub_dates(content: &str) -> Vec<PublicationDate>Expand description
Extract structured publication dates from <pub-date> elements.
Returns a Vec<PublicationDate> with pub_type attribute preserved.