You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It could be an interesting idea to add support for XML-like syntax in emuto filters. It should work similar to JSX, but should call a function named createXMLNode, which should take the same format emuto converts XML files to (so it should reverse the XML conversion).
With JSON output it should convert XML to text, but the function could be replaced to create react components for example
The text was updated successfully, but these errors were encountered:
It could be an interesting idea to add support for XML-like syntax in emuto filters. It should work similar to JSX, but should call a function named createXMLNode, which should take the same format emuto converts XML files to (so it should reverse the XML conversion).
With JSON output it should convert XML to text, but the function could be replaced to create react components for example
The text was updated successfully, but these errors were encountered: