Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [smila-dev] FW: Question to the Legal Documentation for SMILA

Hi folks,

What are u discussing about? The problem is not the validation (by schema).
If to write copyright before XML declaration, then it will not be XML anymore. So, XML declaration may be completely skipped ( by default it will be assumed that it's UTF-8 encoded XML ) ,
or copyright should be written after the <?xml ...?> declaration.

--------------------------------------------------------
not XML!!!!!!!!!!!!
---------------------------------------------------------
<!-- copyryght -->
<?xml version="1.0" encoding="UTF-8"?>
<root/>
---------------------------------------------------------
XML
---------------------------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<!-- copyryght -->
<root/>
---------------------------------------------------------
XML
---------------------------------------------------------
<!-- copyryght -->
<root/>
---------------------------------------------------------


--
Ivan




Sofya Zhbankova wrote:

Hi all,

Marius’s Question :

In this case first question would be : it is fine to insert the copyright

info. not in the top of the xml file ? (I guess the validation shall always

be performed in many cases...so not validating the xml is not an option)

I ask Eclipse about copyright in the xml files. That is not forbidden, it is authorized.

Sonya

*From:* Barb Cochrane [mailto:barb.cochrane@xxxxxxxxxxx]
*Sent:* 1 октября 2008 г. 19:14
*To:* Sofya Zhbankova
*Cc:* Thomas Menzel; license@xxxxxxxxxxx
*Subject:* RE: Question to the Legal Documentation for SMILA

Hi Sofya,

Our standard practice is to have it at the top, so if you could do that it would be greatly appreciated.

Thanks.

Barb

------------------------------------------------------------------------

*From:* Sofya Zhbankova [mailto:szhbankova@xxxxxxx]
*Sent:* Wednesday, October 01, 2008 12:10 PM
*To:* Barb Cochrane
*Cc:* Thomas Menzel
*Subject:* RE: Question to the Legal Documentation for SMILA

Hi Barb,

thanks for your email.

To it I have one more question:: Is it possible to insert the copyright info in the bottom of the xml file?

Like as

beispielXML.jpg

Regards,

Sonya

*brox *IT-Solutions GmbH*
*An der Breiten Wiese 9
30625 HANNOVER (Germany)

eFax: +49 (5 11) 33 65 28 – 98 78
Fax: +49 (5 11) 33 65 28 – 29
Mail: szhbankova@xxxxxxx <mailto:tmenzel@xxxxxxx>
Web: www.brox.de <http://www.brox.de/>

------------------------------------------------------------------------

_______________________________________________
smila-dev mailing list
smila-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/smila-dev



Back to the top