mirror of
https://github.com/tstellar/bygfoot.git
synced 2024-12-14 17:34:19 +01:00
22 lines
519 B
XML
22 lines
519 B
XML
<news>
|
|
|
|
<news_article>
|
|
<type>match_league</type>
|
|
<condition>cond</condition>
|
|
<title>title1</title>
|
|
<subtitle>subtitle1</subtitle>
|
|
<title priority="5">title2</title>
|
|
<subtitle priority="5">subtitle2</subtitle>
|
|
</news_article>
|
|
|
|
<news_article>
|
|
<type>match_national_cup</type>
|
|
<condition>condn</condition>
|
|
<title>title1n</title>
|
|
<subtitle>subtitle1n</subtitle>
|
|
<title priority="5">title2n</title>
|
|
<subtitle priority="5">subtitle2n</subtitle>
|
|
</news_article>
|
|
|
|
</news>
|