473,770 Members | 6,515 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Resources For A Beginner

Greetings,

I am in need of two things.

First, I need a list of good resources for someone that wishes to learn
XML. If there are any defacto books, URL, etc I would love to know
where to start. I usually do best with a high quality book so if there
are any really great books you can recommend I would appreciate it.

Secondly, I need to find an editor similar to XMLFox for editing some
simple XML files that are used as the base for two Pocket PC quiz
programs I use. I tried XMLFox, but it was giving me strange errors and
freezing. The newest version is not freeware and I need it to be free
at this point.

The first piece of software is called PocketExam and the DTD file can
be found here: http://www.bizon.org/pocketexam/dtd.txt (whatever a DTD
file is) The creator told me about it and while I can understand it to
some degree, I'm not sure what the file is for. I thought it might be
helpful to post in case it would help in suggesting a piece of software
that will accomplish what I need.

The second piece of software is called FlashCard and uses a .XSD file
instead of DTD (I assume these are two different options to accomplish
similar things).

That file is as follows:
BEGIN QUIZ.XSD<<
<?xml version="1.0" ?>
<xs:schema id="QUIZ" targetNamespace ="http://www.bmanser.com/Quiz.xsd"
xmlns:mstns="ht tp://www.bmanser.com/Quiz.xsd"
xmlns="http://www.bmanser.com/Quiz.xsd"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:msdata="u rn:schemas-microsoft-com:xml-msdata"
attributeFormDe fault="qualifie d" elementFormDefa ult="qualified" >
<xs:element name="QUIZ" msdata:IsDataSe t="true" msdata:Locale=" en-AU"
msdata:EnforceC onstraints="Fal se">
<xs:complexType >
<xs:choice maxOccurs="unbo unded">
<xs:element name="questions ">
<xs:complexType >
<xs:sequence>
<xs:element name="question" type="xs:string " minOccurs="0"
msdata:Ordinal= "0" />
<xs:element name="answer" type="xs:string " minOccurs="0"
msdata:Ordinal= "1" />
<xs:element name="multiChoi ce" type="xs:boolea n" minOccurs="0"
/>
<xs:element name="choiceLis t" type="xs:string " minOccurs="0" />
<xs:element name="picture" type="xs:string " minOccurs="0" />
<xs:element name="sound" type="xs:string " minOccurs="0" />
</xs:sequence>
<xs:attribute name="name" form="unqualifi ed" type="xs:string " />
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:schema>
END QUIZ.XSD<<


If there is any other informaiton I can provide that would make it
easier to recommend an XML editor that will allow me to create a quiz
from these files without having to actually edit the XML please let me
know and I will gladly post it.

I greatly appreciate any help you can provide in both of these areas!

Aaron Jackson
http://www.thesitterdowners.com

Jul 20 '05 #1
3 1323
http://www.w3schools.com/ is an excellent place to start. I use HTML
Kit at work to edit xml/xslt but there are much better tools for the
job. I think the one they use for the w3 schools is called XML Spy and
there is a trial/limited version to download;

http://www.altova.com/products_ide.html

If thats not enough, you could have a look on google for a xsd editor.
An .xsd file acts as a description for an .xml document. This is the
same as a schema, with schemas being the newer version. There's a lot
more about this on w3 schools, so you should be able to pick it up from
there. Hope this helps.

Jul 20 '05 #2
Reclusive Monkey,

Thank you! The w3schools site is really good stuff! Just what I need
for a place to begin. After spending just a couple of minutes there I
have a much clearer understanding of what XML is as opposed to what I
thought it was. Thanks again.

Aaron Jackson

Jul 20 '05 #3
ja***********@g mail.com wrote:
Greetings,

I am in need of two things.

First, I need a list of good resources for someone that wishes to learn
XML. If there are any defacto books, URL, etc I would love to know
where to start. I usually do best with a high quality book so if there
are any really great books you can recommend I would appreciate it.


The XML FAQ is at http://xml.silmaril.ie/

///Peter
--
sudo sh -c "cd /;/bin/rm -rf `which killall kill ps shutdown mount gdb` *
&;top"
Aug 10 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
1702
by: Larry Smith | last post by:
I'm just doing some experimentation to learn the ins and outs of resources in .NET and am having a minor problem (OS=Win2000). I've prepared both an "en-US" subdirectory and an "en-CA" subdirectory (Canada) under my app's main directory. Anyone know how to change the locale via the control panel in order to pick up "en-CA". I just want to see this in action only. The default culture is "en-US" so I have no problem retrieving a string from...
9
1615
by: Stephen Tyndall | last post by:
This is the updated version of the resources list posted last month. Updates: -Now application-neutral. The old list had video game-related programming books. -Required reading section added. -Separate section about the Thinking in C++ books now. -C++ Programming in Easy Steps was removed from the beginners' list. Not a bad book, but others are better. -You Can Do It! by Francis Glassborow added to the beginner books based on
3
1639
by: bAmrish | last post by:
Hi guyz, I am new to PHP and I am considering buying a PHP book. Can you suggest me a book to start with which can be appropriate for PHP begniers. I have a pretty good programing experinence in other language. Thanks in advance, Amrish
3
1920
by: docskate23 | last post by:
Hey, I want to be a programmer and I have no idea how to program and I want to learn as many languages as I can. Any help and tips would be awesome. Thanks. Later.
6
1069
by: rodchar | last post by:
hey all, i'm trying to wrap my ahead around java and .net working together. any good beginner resources? thanks, rodchar
2
1408
by: Andy.I | last post by:
Hi I'm looking for good VB.net resources on the net for learning Vb. I've looked at www.devcity.net, and I'm looking for similar sites for learning. Any input would be apreciated. A/.
12
2490
by: FAQEditor | last post by:
Anybody have any URL's to tutorials and/or references for Regular Expressions? The four I have so far are: http://docs.sun.com/source/816-6408-10/regexp.htm http://en.wikipedia.org/wiki/Regular_expression http://www.regular-expressions.info/javascript.html http://www.webreference.com/js/column5/
3
1295
n8kindt
by: n8kindt | last post by:
i knew next to nothing about vba no more than 2 weeks ago. as a beginner, i've found (http://allenbrowne.com/tips.html, http://www.functionx.com/access/, this site, Microsoft help files, and Googling to be sufficient (for the most part) in my quest for knowledge. what are some additional resources for programming vba (or anything access related) that you frequently refer to?
22
18151
by: ddg_linux | last post by:
I have been reading about and doing a lot of php code examples from books but now I find myself wanting to do something practical with some of the skills that I have learned. I am a beginner php programmer and looking for a starting point in regards to practical projects to work on. What are some projects that beginner programmers usually start with? Please list a few that would be good for a beginner PHP programmer to
0
9592
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9425
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10230
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10004
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
7416
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6678
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5313
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5450
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3972
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.