can a web parser differentiate between static and dynamic text on a webpage? for example there is a string on a webpage Hello "Fantastic Four"
In this "Hello" is a static data and "Fantastic Four" is a dynamic data (say being populated form a database value)
Is it possible for web parser to detect whcih is a static and dynamic content?