I have a page that users are able to add xml markup into a text area input. I'd like after they enter it that it be color-coded and formatted as xml would look in an IDE such as Visual Studio. Anybody know of a script or tool that would allow for this within a client-side browser?
|
|
|
|
|
|
|
Take a look at CodeMirror, a syntax-highlighting editor in Javascript for browsers. This is an example for XML editing. |
||
|
|
|
|
Short answer: you can't. Not in an The example in SO is very good, as it has a You could also go through the |
||
|
|
