473,406 Members | 2,633 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

XML for beginners

ck9663
2,878 Expert 2GB
Hi guys, can you point me to some useful links?

CONFIG.XML
Expand|Select|Wrap|Line Numbers
  1.  
  2.  
  3.   <Config sequence="0">
  4.     <DataType>String</DataType>
  5.     <FieldNamePattern>*</FieldNamePattern>
  6.   </Config>
  7.   <Config sequence="1">
  8.     <DataType>String</DataType>
  9.     <FieldNamePattern>*0*</FieldNamePattern>
  10.   </Config>
  11.  
STRUCTURE.XML
Expand|Select|Wrap|Line Numbers
  1.  
  2.         <Field name = "Field01">
  3.           <Datatype datatype  = "String" datalength = "10"/>
  4.         </Field>
  5.         <Field name = "Field02">
  6.           <Datatype datatype  = "DateTime" datalength = "10"/>
  7.         </Field>
  8.         <Field name = "Field13">
  9.           <Datatype datatype  = "String" datalength = "5"/>
  10.         </Field>
  11.  
1. Read CONFIG.XML element.
2. Read all element in STRUCTURE.XML where Field element with attribute = CONFIG.XML.FieldNamePattern and have the same datatype. In this case, Field02 is not included since it's a DateTime.
3. Read the next element.
4.Read all element in STRUCTURE.XML where Field element with attribute = CONFIG.XML.FieldNamePattern and have the same datatype. In this case, only Field01 will be included since it conforms with the pattern and the datatype.

In ASP/VbScript, please.

Do I make sense?

If you could just point me to the right direction.

Thanks Guys,

-- CK
Dec 12 '07 #1
0 890

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: P.Hill | last post by:
I was just trying to install Apache and php on an XP box for test of a PHP website I built last year. It was my first and only, so I am now rusty about the little I did learn last year. I get...
0
by: Jeff Wagner | last post by:
I found an excellent tutorial at the following location. I found it very helpful and a good refresher for some things I had forgottent ... thought I'd share this with other beginners. ...
7
by: Will | last post by:
Pardon two post in a row to the newsgroup but I want to try and expedite this, if you guys don't mind helping out... I running Windows XP Pro and wanted to download Python and any additional...
38
by: BORT | last post by:
Please forgive me if this is TOO newbie-ish. I am toying with the idea of teaching my ten year old a little about programming. I started my search with something like "best FREE programming...
4
by: blah | last post by:
I m actually a Novice in Python as well as Linux, When i look up things on the internet about Linux Flavours, They are written so complex that it is difficult for me to understand, i am asking if...
4
by: Eggnog | last post by:
Hi, Is there a newsgroups for beginners questions? Cheers, Nawg
6
by: William Foster | last post by:
Does anyone know of a good online tutorial for C# focused on beginners. I have been to many great sites like csharpfriends, csharp-corner etc looking for good tutorials and have had no luck. Any...
4
by: aman firoz | last post by:
do you people got anything for c beginners..... help me out guys
0
by: Dual_b00t | last post by:
hi i created a site called PHP Together its for beginners also for gurus to help out the beginners if you are learning PHP and feel alone then drop by . ciao Mark
19
by: yltkhuu | last post by:
1. How does having a widely adopted C++ standard help game programmers? 2. What are the advantages ans disadvantages of employing the "using" directive? 3. Why might you define a new name for an...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.