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

xml table create coding

how to create a table
Jan 9 '14 #1
2 1086
Dormilich
8,658 Expert Mod 8TB
the concept of a table does not exist in XML.
Jan 9 '14 #2
Nepomuk
3,112 Expert 2GB
Since your XML file is likely to be interpreted by something, you can define a table in a way that that interpreter will understand. XHTML for example (which is based on XML) uses the notation
Expand|Select|Wrap|Line Numbers
  1. <table>
  2.     <tr>
  3.         <td>...</td>
  4.         <td>...</td>
  5.     </tr>
  6.     <tr>
  7.         <td>...</td>
  8.         <td>...</td>
  9.     </tr>
  10.     <tr>
  11.         <td>...</td>
  12.         <td>...</td>
  13.     </tr>
  14. </table>
This is understood by a browser to be a table with 3 rows and two columns.
Jan 9 '14 #3

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

Similar topics

1
by: A.M. de Jong | last post by:
Can I dynamically (from a stored procedure) generate a create table script of all tables in a given database (with defaults etc) a create view script of all views a create function script of all...
1
by: xixi | last post by:
There is one thing I don't understand, I have default tablespace userspace1 is database managed type, with total freepages 506048. another one called tmpxx is DMS type too, with 525120 free pages....
1
by: jan | last post by:
Hello, I am new to this list and would appreciate some help with Access 2000 and Access 2003. I need to export our access database table statements by access database to place into our database...
1
by: ibiza | last post by:
Hi all, I am using ASP.NET 2.0 Membership system, which is driving me nuts. I have my users, which I create correctly. Then I have a table "Models" which contains models, created by different...
1
by: trulygreat | last post by:
Hello, newbie here. I have been developing for the web for years, but db'ing has never been my thing. Its a Linux server running MySQL: 4.1 I have written a small script in PHP to create a...
1
by: noorulahilah | last post by:
How can i create the table through coding in access? And how can i connect with vb. Suppose "db" is database variable. "stu1" is already existing table name. Now i want to create table "stu2"...
1
by: Justin | last post by:
Is there an option with db2look to create the create tables only? Looking to keep the primary keys / indexes out of the mix for right now...
1
by: Landon | last post by:
Ver: Access 2003 Hi everyone and thanks in advance, General Issue: I want to make a table whose data polls from two other tables and will update (add new records) if additions are made to...
6
by: arthyarthy | last post by:
HI ALL I want create Dynamic table from database. Its have 100 box but 10 Rows 10 x 10 Iam using dream weaver CS3. I cant do it in asp . any one help me. thanks in advance my code is follow ...
3
by: spanky1968 | last post by:
OK, I have an easy one for somebody out there. I am creating a table and I would like to assign one of the fields as the primary key. Table create example: db2 -v "create table temp_table(ID...
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: 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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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
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...

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.