473,385 Members | 1,893 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,385 software developers and data experts.

complex XML data

Hi, I am looking for XML data that are not regular in shape.
I have tried different places but most file I got a pretty regular in shape.
Can someone tell me why that is the case?
In what situations would people use very complex shaped XML?
Any justifications? I know this can be a hard one.
Jul 20 '05 #1
2 1392
"Jimmy Zhang" <cr******@comcast.net> wrote in message
news:zjsqc.20701$gr.1690623@attbi_s52...
Hi, I am looking for XML data that are not regular in shape.
I have tried different places but most file I got a pretty regular in shape. Can someone tell me why that is the case?
In what situations would people use very complex shaped XML?
Any justifications? I know this can be a hard one.


I'm not sure what you mean by complex shaped, but I guess you mean data that
is not regular or tabular in structure.

As a good example of that, consider what we would call 'document oriented
XML' e.g.

<text>here is some text <bold>this is in bold <italic>this is bold and
italic></italic></bold>
this is normal again<ul><li>bullet</li><li>second bullet</li></ul></text>

that is a perfectly valid piece of XML.

HTH

Andy
Jul 20 '05 #2
Jimmy Zhang wrote:
Hi, I am looking for XML data that are not regular in shape.
I have tried different places but most file I got a pretty regular in shape.
Can someone tell me why that is the case?
In what situations would people use very complex shaped XML?
Any justifications? I know this can be a hard one.


I guess most sample XML files on the internet would be pretty simple
because of clarity, and they are often mentionned as examples or for
educational purposes. People do not really 'choose' to use complex
XML, it is just the nature of their data that requires it.

You ask for a situation? Well let's say that an application is set up
to receive XML-requests over the internet and do things with that
(interpreting, responding, perform database queries,...). When you
deal with a complex database structure, then the XML part could easily
get more complex than you want.

XML has very basic bottomlines with giant possibilities to make it as
complex as you want. I believe this is the main reason why XML is that
popular. Succesfull software often has this same core idea: unix
programs, sql,...
A bit like LEGO bricks... Yes I liked LEGO more than PLAYMOBIL when I
was a kid =)

Bart
Jul 20 '05 #3

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

Similar topics

0
by: Marc te Vruchte | last post by:
Over the past years i've been in contact with the same problem a number of times, creating a graphical user interface on complex XML documents. Personally these solutions have never been...
11
by: Sven Neuberg | last post by:
Hi, I have been handed the task of updating and maintaining a web application, written in ASP and Javascript, that takes complex user inputs in HTML form and submits them to server-side ASP...
6
by: mark | last post by:
I've got a C library that I want to access from C++. I'd like to pass complex number portably between them. Right now, I've got code in the header file to define the argument according to C or...
17
by: Chris Travers | last post by:
Hi all; I just made an interesting discovery. Not sure if it is a good thing or not, and using it certainly breakes first normal form.... Not even sure if it really works. However, as I am...
8
by: Steve Jorgensen | last post by:
Mailing List management is a good example of a case where my conundrum arises. Say there is a m-m relationship between parties and groups - anyone can be a member of any combintation of groups. ...
5
by: Trail Monster | last post by:
Ok, I've been searching the net now for several days and can't find how to do this anywhere. Version: VS 2005 Professional Release, 2.0 Framework Background: I have a complex business object...
7
by: BS | last post by:
Hello everybody I'm calling a webservice that returns complex data. The goal is to populate a datagrid with it. Using a loop for each record found ( such as For i = 0 To...
1
by: perroe | last post by:
Hi I have a array of complex numbers that are stored in a simple double array. This is done since the array is part of an wrapper for an external C library, and the imaginary part of the first...
11
by: jacob navia | last post by:
hi I am trying to use the complex data type. Consider this code, taken from the cclib library: struct complex csqrt(Cpx z) { double r; r=sqrt(z.re*z.re+z.im*z.im);...
2
by: =?Utf-8?B?c2lwcHl1Y29ubg==?= | last post by:
Have a complex process where I need to Import a large amount of data then run some transformations on this data then import into DataBase. The transformation involves multiple fields and multiple...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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,...

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.