Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

XML example file in a comment

843810Apr 11 2003 — edited Dec 4 2008
Hi,

i need to know how to put a little XML example file in a comment. This is what i have :

* to be consulted. Next you can see an example of a configuration file :

/**
*<P>
* blablablablalbablablabla
*</p>
* <br>
*
*
* <?xml version="1.0" encoding="utf-8" ?><br>
* <!-- Comments --><br>
* <CONF><br>
* <FONT><br>
* <FONT_SIZE>11</FONT_SIZE><br>
* <FONT_TYPE>SansSerif</FONT_TYPE><br>
* </FONT><br>
* <THREADPOOL><br>
* <MAX_POOL_SIZE>30</MAX_POOL_SIZE><br>
* </THREADPOOL><br>
* <FIELDS><br>
* <FIELD_NAME>to</FIELD_NAME><br>
* <FIELD_NAME>subject</FIELD_NAME><br>
* </FIELDS><br>
* <WAIT_TIME>0.1</WAIT_TIME><br>
* </CONF><br><br>
*
*
*/

I tried using the <code> tag but it does not work. anyone??

thanks in advance
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 1 2009
Added on Apr 11 2003
6 comments
127 views