We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I need to add some extra/custom attributes on my xml
For example on <rss> I expect to create something like this:
<rss>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:amzn="https://amazon.com/ospublishing/1.0/">
Also on <channel> tag I want to add another tag for example
<channel>
<amzn:rssVersion>1.0</amzn:rssVersion>
Thanks for your time and work, you awesome!
The text was updated successfully, but these errors were encountered:
Please fill in the Feature Request template.
Sorry, something went wrong.
Is there any possible approach to add these attributes on the -node?
No branches or pull requests
I need to add some extra/custom attributes on my xml
For example on
<rss>
I expect to create something like this:Also on
<channel>
tag I want to add another tag for exampleThanks for your time and work, you awesome!
The text was updated successfully, but these errors were encountered: