'How to include a code block containing XML in org mode exports?

I have some XML inside an org mode file, and when export it to HTML, it's urgent display, so I an thinking of code block, such as

#+BEGIN_SRC java

#+END_SRC

But there is no XML support. What's the normal way to include XML in org mode?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source