Ali Ahsan - 2014-05-30

Hi,

I am using schemaspy for documenting my db. I am using using additional xml
file for adding comments by using -meta argument.

Now my question is i want to add multiple line in comments how can i
achieve it?

i have tried two ways to do that

1- ASCII value " " in my xml file

e.g. <column name="data" comments="This is a sample test for generating multiple lines next line will start from here"/>

Note: but this code is not working, i have tried other ASCII codes and
found that they are working.

2-
tag in xml file

e.g. <column name="data" comments="This is a sample test for generating multiple lines &lt;br&gt; next line will start from here" &gt;<="" p="">

Note: by doing this i am getting the error message while executing the
schemaspy.

I have also find the -ahic parameter that allows HTML code in comments. but
i couldn't find example for doing it.

May you please help me how can i add multiple line in comments section.

Waiting for quick consideration.

Regards,

Ali