Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

109
Vistas
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 la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda