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

XML and JDOM

1
Hi..

i am new to xml.i have two tables.i already written code for these tables in xml usind DTD.but its giving error.How to clear?And how to write jdom program for this code below.

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE schema SYSTEM "./sample.dtd">

<schema name="sample">

<tables>

<table name="ATTRIBUTES">

<description></description>

<column name="DIM_CODE" pk="" type="Char_1" defaultValue="" validationRule="" nullable="NO">
<description> </description>

</column>


<column name="DIM_LVL_CODE" pk="" type="Char_13" defaultValue="" validationRule="" nullable="NO">
<description> </description>

</column>

<column name="ATTR_DESC" pk="" type="Char_30" defaultValue="" validationRule="" nullable="NO">
<description> </description>

</column>


<column name="MAX_VAL" pk="" type="Integer" defaultValue="" validationRule="" nullable="NO">
<description> </description>

</column>

<column name="NAME_VAL_LEN" pk="" type="Char_4" defaultValue="" validationRule="" nullable="NO">
<description> </description>

</column>

<column name="TABLE_NAME" pk="" type="Char_18" defaultValue="" validationRule="" nullable="NO">
<description> </description>

</column>


<column name="COLUMN_NAME" pk="" type="Char_18" defaultValue="" validationRule="" nullable="NO">
<description> </description>

</column>

</table>


<table name="EXCP_EXPRESSION">

description></description>

<column name="EXCEPTION_CODE" pk="" type="Char_13" defaultValue="" validationRule="" nullable="NO">
<description> </description>

</column>


<column name="EXPR_NUMBER" pk="" type="SmallInt" defaultValue="" validationRule="" nullable="NO">
<description> </description>

</column>

<column name="VARIABLE_CODE" pk="" type="Char_13" defaultValue="" validationRule="" nullable="NO">
<description> </description>

</column>


<column name="EXPR_VAR_PLAN" pk="" type="Char_13" defaultValue="" validationRule="" nullable="NO">
<description> </description>

</column>

<column name="EXPR_VALUE" pk="" type="Double" defaultValue="" validationRule="" nullable="NO">
<description> </description>

</column>
</table>


<index name="IX_EXCP_EXPR" type=Unique" on="EXCP_EXPRESSION">

<description></description>

<column name="EXCEPTION_CODE" pk=" " order="Ascending">
<description></description>
</column>

</index>

</tables>

</schema>
Feb 21 '07 #1
1 1325
dorinbogdan
839 Expert 512MB
Hi,
Did you succeed to solve the problem ?
If yes, please let me know, in order to close the thread.
Thanks,
Dorin.
Mar 21 '07 #2

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

Similar topics

6
by: mali_djuro | last post by:
Hi all, i used JDOM to create XML file. first, i get data from database and create Document object. in some data i have quotas, so it makes replacment in content of elements. for example: if i...
0
by: Son of beach | last post by:
I am the beginner of XML. Somebody suggests me to use JDOM for read/ write XML file. I success to use JDOM for reading XML, but get difficulty to update a XML file. Do you have any simple...
2
by: Praveen Chhangani | last post by:
Folks, I was wondering if it were possible to convert an org.jdom.doc to an org.w3c.doc document. Essentially what I have is an already parsed document using jdom and I would like to use the...
3
by: Michael | last post by:
hello, I'm a java programmer, and my program will require to parse XML documents and extract data from it, then built a new XML document. Should JDOM or Xerces be the best for me? Please help....
1
by: Bernd Oninger | last post by:
When I compile my java source with jdom b10 the compiler tells me that the instrcution XMLOutputter outputter = new XMLOutputter(" ", true); Outputter.output(doc, new FileWriter("t.xml")); is...
3
by: Bernd Oninger | last post by:
When I run the successfully compiled java source shown at the end I got a runtime error: Exception in thread "main" java.lang.NoClassDefFoundError: org/jdom/Content Where is the missing class ?...
0
by: kyancy | last post by:
Hello All. We have several XML schemas to describe common component document parts. We then create new XML schemas as necessary that use "xsd:import schemaLocation=whateverLocation.." to include...
2
by: zhengwt | last post by:
I used JDOM.jar to process xml-based document. Recently, I meet such a problem that I can not solve. First, I use the following code generate xml text: Element root = new Element("Root");...
4
by: Vijay Anandh | last post by:
Hi All, I am new to JDOM and I am currently coding a program to build xml files using JDOM. The size of the xml file which i am goin to build will be in the order of a few GB's( 1 to 5 GB)....
0
by: idorjee | last post by:
Hi Can anyone please help me why my java program says the following when I try to build it in NetBeans: Compiling 1 source file to /Users/Desktop/Jproject/jdom/build/classes...
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...
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:
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
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.