Is there an “easy” way to display xml data to a user via an JEditorPane or JTextPane in colored/highlighted way?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
An example of XMl Syntax Highligthing for JTextPane you find here
It’s a good link, the TAG_PATTERN regex should be enhanced.
Just replace
(</?[a-z]*)\\s?>?by(</?\\w+)\\s*>?and it should work perfectly !