Replies: 1 comment
-
The first version of the converter already had a string to string option. I can't remember why I didn't implement it in the current version. I guess my thought was biased. With your use case in mind, I think it's okay to bring the string to string back. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The use case:
The developer works with a CSS framework like Bootstrap and copy-paste various small components from the internet and customises them.
Solutions:
To Do:
Currently the converter accepts only a file path for the HTML code. The result is either printed or written into a file.
XMLDocument(xmlString:
and gets a string as an argumentBeta Was this translation helpful? Give feedback.
All reactions