This RSS Feedor((publicationName==%22Staatsblad%22))or((publicationName==%22Staatscourant%22))or((publicationName==%22Gemeenteblad%22))or((publicationName==%22Provinciaal%20blad%22))or((publicationName==%22Waterschapsblad%22))or((publicationName==%22Blad%20gemeenschappelijke%20regeling%22)))) returns a set of <item></item> elements. Every <item> element has subelements like <title>, <description> and <link>
I am able to extract the content of <title> and <description> but not from <link>
Am I missing something? Is this a feature or a bug? <link> is also a valid HTML element. Maybe osmosis is confusing xml with html?
This RSS Feedor((publicationName==%22Staatsblad%22))or((publicationName==%22Staatscourant%22))or((publicationName==%22Gemeenteblad%22))or((publicationName==%22Provinciaal%20blad%22))or((publicationName==%22Waterschapsblad%22))or((publicationName==%22Blad%20gemeenschappelijke%20regeling%22)))) returns a set of <item></item> elements. Every <item> element has subelements like <title>, <description> and <link>
I am able to extract the content of <title> and <description> but not from <link>
Am I missing something? Is this a feature or a bug? <link> is also a valid HTML element. Maybe osmosis is confusing xml with html?
I am using the following code:
The output of the above code shows titles and summaries but all links are empty.