Atom Validation Issue
I use XLST to generate atom feeds for my system.
The validation in PHPStorm is warning me of an issue. Basically it will let me create nodes for 'id', 'title' and 'updated' as children of an 'entry' but all other node names are considered illegal (example attached)
Where is it pulling its rulebook from?
Attachment(s):
atom.jpg
Please sign in to leave a comment.
Hi there,
I do not have any experience with XLST and not much with XML .. so possibly all what I will write here may be just completely wrong.
In any case -- what if you:
The result:
Thanks. I didn't know you could do that. I'll give it a try.
Great stuff. Everything looking much tidier now as well as showing up some genuine errors.
Thanks again.