Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

104
Visualizações
How to detect structural changes in a RSS feed

I am using a news RSS feed in a small app (JS, Vue.js). Unfortunately it already happenend that the RSS feed provider changed the feed structure without notifying me, so my app broke (they changed how the image was delivered).

E.g. I was expecting

<article>
  <title>News title</title>
  <content>
    <image>
      <url>img.jpg</url>
    </image>
    <text>News text</text>
  </content>
</article>

but I got

<article>
  <title>News title</title>
  <image>
    <url>img.jpg</url>
  </image>
  <text>News text</text>
</article>

Is there a way to check for structural changes in RSS feeds? It can be JS or something specific for Vue.js.

After I can detect the changes in the feed my app can send me an email. That part I can figure out.

Any help is appreciated.

I tried googling for info, but all I get is how to detect changes in the feed content, not the feed structure.

I am a JS beginner, so maybe I am searching for the wrong stuff.

about 4 years ago · Juan Pablo Isaza
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda