PHP code to syntax-format XML content in a `pre` t

2019-03-03 19:16发布

问题:

I'm looking for way to format the XML syntax displayed in a pre tag on my sandbox web.

If you know how, please show me.

回答1:

You can have a look at Hyperlight or GeSHi (in PHP).

Perhaps you'd prefer to use a Javascript script: consider this list.



回答2:

If you want syntax highlighting then this is the only script / plugin you need -> http://alexgorbatchev.com/SyntaxHighlighter/

This is javascript though and will format it within the browser