Benny Ng
June 20th, 2001, 10:43 PM
i'm just start to learn XML, my stupid question is can i use notepad to write a XML code ? can u give a simple example? thanks
|
Click to See Complete Forum and Search --> : Beginner of XML Benny Ng June 20th, 2001, 10:43 PM i'm just start to learn XML, my stupid question is can i use notepad to write a XML code ? can u give a simple example? thanks farley_jf July 3rd, 2001, 10:32 AM of course you can use notepad... Simple example farley_jf July 3rd, 2001, 10:35 AM of course you can use notepad... (?xml version="1.0"?) (XMLexample) (Text)Simple example(/Text) (/XMLexample) ---> replace all ( and ) with eros ramazotti July 25th, 2001, 10:25 AM yes ,you can....as any other editor ! dressegu July 26th, 2001, 10:34 AM XML files are just text files. You can use any editor, just be sure that it's saved as plain text. Example: <?xml version="1.0"?> <ROWSET> <ROW>Data</ROW> </ROWSET> David codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |