Results 1 to 36 of 36

Thread: save JPG into file

Threaded View

  1. #12

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2006
    Location
    Florida, USA
    Posts
    565

    Re: save JPG into file

    Is this a good XML file?

    EDIT:Can I use single quotes instead of double quotes?
    Code:
    <?xml version='1.0'?>
    <questionAnswerList>
    	<questionCount>4</questionCount>
    	<url>http://www.StudyX.com</url>
    	<item>
    		<id>1</id>
    		<question> Россия (Russia)</question>
    		<answer> Россия (Russia)A</answer>
    		<timesRight>0</timesRight>
    		<timesWrong>0</timesWrong>
    		<picture>PIC BINARY GOES HERE!!!!!!!!!!</picture>
    	</item>
    	<item>
    		<id>2</id>
    		<question>العالم العربي (Arabic)</question>
    		<answer>العالم العربي (Arabic)A</answer>
    		<timesRight>0</timesRight>
    		<timesWrong>0</timesWrong>
    	</item>
    	<item>
    		<id>3</id>
    		<question>ישראל (Israel)</question>
    		<answer>ישראל (Israel)A</answer>
    		<timesRight>0</timesRight>
    		<timesWrong>0</timesWrong>
    	</item>
    	<item>
    		<id>4</id>
    		<question>Ψ ψ Psi 	Ω ω Omega</question>
    		<answer>Ψ ψ Psi 	Ω ω Omega (Greek Answer)</answer>
    		<timesRight>0</timesRight>
    		<timesWrong>0</timesWrong>
    	</item>
    </questionAnswerList>
    Last edited by rex64; Mar 20th, 2007 at 12:30 PM.
    I use VB .NET 2022. Currently developing StudyX educational software, PlazSales POS system and Yargis a space ship shooter game.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width