in reply to Re: Ordering meta tags with HTML::Element
in thread Ordering meta tags with HTML::Element
The output is read by an automated process this is failing because it requires the meta tags to be name content
In that case you have a problem because this "automated process" is not accepting valid HTML and pretty much any of the pre-written modules you might use (HTML::Element included) will not care about attribute ordering as has been discussed by my fellow monks already.
The real fix here is to change the "automated process" to avoid the insistence on attribute ordering. Failling that, I guess you will need to abandon HTML::Element and fall back on hand-rolling the HTML. Good luck.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Ordering meta tag attributes with HTML::Element
by HeadScratcher (Novice) on Jun 15, 2016 at 09:22 UTC | |
by Corion (Patriarch) on Jun 15, 2016 at 09:28 UTC | |
by Cow1337killr (Monk) on Jun 24, 2016 at 00:04 UTC | |
by soonix (Chancellor) on Jun 15, 2016 at 09:45 UTC | |
|
Re^3: Ordering meta tag attributes with HTML::Element
by Cow1337killr (Monk) on Jun 21, 2016 at 21:02 UTC |