Say I have an html source and I know the URL, "example_url.html". This html file has a <link href="style.css" rel="stylesheet"/>.
This is an iframe's src I am using in another view, and I want to pull the stylesheet listed in "example_url.html". How do I go about that?
And I don't know the actual href of stylesheet, and it changes based on various factors (but everything shares a domain name). I'll need it as a variable.
example_url.html/style.css?