473,472 Members | 2,155 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Use of XML in Document Repository

Jay
Hi,

I'm very new to XML and have been reading all of the things I could
about it as I can. I'm currently involved in developing a central
document repository that is searchable and cosiists of different
document types, such as Word, PDF, text, etc. I understand that I can
develop metadata XML about each of the documents to describe what the
document is about. I can create a sort of "Book Information" data
structure that defines every file and its author, isbn, etc...Now the
only thing that I'm unsure of is what benifit, besides metadata, can I
get from porting to XML. I have this vision that I can probably create
a search engine that looks through each metatdata XML file to find the
file that is a match for my serch and then I can serve up that XML
file that contains a link to download the actual PDF, or DOC, or
whatever it is. However, I can just as easily do this with a the
current method, which is that I have a DB Schema that has all of these
things and then just execute a SQL query to dynamically generate a
page that serves the information. So I'm a bit confused as to how I
can benifit from XML and how I can tie my XML to my DB?

Unfortunately, there are many books that talk about the benifits of
XML, but not many teach us to implement the kind of systems that are
mostly affected by XML, like content management and document
managament; well atleast I haven't come across one, and I can really
buy all of them.

Please help me understand this and hopefully I can pass on the
knowledge acquired among my friends.
Thank you.

Jay.
Nov 12 '05 #1
2 1656
SQLXML is a technology that would let you create XML view of your database -
http://msdn.microsoft.com/library/de...nch_SQLXML.asp
As far as benefits of XML the best way to explore them is to go to
www.xml.com and read some articles
(http://www.xml.com/pub/a/98/10/guide0.html for exemple). That should give
you an idea.
If you want more in depth information read Essential XML : Beyond MarkUp
(The DevelopMentor Series), ISBN: 0201709147
"Jay" <jm**@drexel.edu> wrote in message
news:39**************************@posting.google.c om...
Hi,

I'm very new to XML and have been reading all of the things I could
about it as I can. I'm currently involved in developing a central
document repository that is searchable and cosiists of different
document types, such as Word, PDF, text, etc. I understand that I can
develop metadata XML about each of the documents to describe what the
document is about. I can create a sort of "Book Information" data
structure that defines every file and its author, isbn, etc...Now the
only thing that I'm unsure of is what benifit, besides metadata, can I
get from porting to XML. I have this vision that I can probably create
a search engine that looks through each metatdata XML file to find the
file that is a match for my serch and then I can serve up that XML
file that contains a link to download the actual PDF, or DOC, or
whatever it is. However, I can just as easily do this with a the
current method, which is that I have a DB Schema that has all of these
things and then just execute a SQL query to dynamically generate a
page that serves the information. So I'm a bit confused as to how I
can benifit from XML and how I can tie my XML to my DB?

Unfortunately, there are many books that talk about the benifits of
XML, but not many teach us to implement the kind of systems that are
mostly affected by XML, like content management and document
managament; well atleast I haven't come across one, and I can really
buy all of them.

Please help me understand this and hopefully I can pass on the
knowledge acquired among my friends.
Thank you.

Jay.

Nov 12 '05 #2
SQLXML is a technology that would let you create XML view of your database -
http://msdn.microsoft.com/library/de...nch_SQLXML.asp
As far as benefits of XML the best way to explore them is to go to
www.xml.com and read some articles
(http://www.xml.com/pub/a/98/10/guide0.html for exemple). That should give
you an idea.
If you want more in depth information read Essential XML : Beyond MarkUp
(The DevelopMentor Series), ISBN: 0201709147
"Jay" <jm**@drexel.edu> wrote in message
news:39**************************@posting.google.c om...
Hi,

I'm very new to XML and have been reading all of the things I could
about it as I can. I'm currently involved in developing a central
document repository that is searchable and cosiists of different
document types, such as Word, PDF, text, etc. I understand that I can
develop metadata XML about each of the documents to describe what the
document is about. I can create a sort of "Book Information" data
structure that defines every file and its author, isbn, etc...Now the
only thing that I'm unsure of is what benifit, besides metadata, can I
get from porting to XML. I have this vision that I can probably create
a search engine that looks through each metatdata XML file to find the
file that is a match for my serch and then I can serve up that XML
file that contains a link to download the actual PDF, or DOC, or
whatever it is. However, I can just as easily do this with a the
current method, which is that I have a DB Schema that has all of these
things and then just execute a SQL query to dynamically generate a
page that serves the information. So I'm a bit confused as to how I
can benifit from XML and how I can tie my XML to my DB?

Unfortunately, there are many books that talk about the benifits of
XML, but not many teach us to implement the kind of systems that are
mostly affected by XML, like content management and document
managament; well atleast I haven't come across one, and I can really
buy all of them.

Please help me understand this and hopefully I can pass on the
knowledge acquired among my friends.
Thank you.

Jay.

Nov 12 '05 #3

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

Similar topics

0
by: Marcio DeBarros | last post by:
Hi, This is my first time with XML, and I am using JDOM, on a Java client/server application, where the server will store data in XML files (not using any DBMS). I came across the following...
0
by: Tim Sawlor | last post by:
I am looking for an XML document management systems that might meet my requirements. The group I work for produces a great deal of reports and documents. These documents can be quite long (~300+...
0
by: Jay | last post by:
Hi, I'm very new to XML and have been reading all of the things I could about it as I can. I'm currently involved in developing a central document repository that is searchable and cosiists of...
1
by: David | last post by:
My customer wants to scan their documents and organize them electronically and he has asked me to find him a viable solution. These are the criteria. - It must integrate with an existing MS SQL...
136
by: Matt Kruse | last post by:
http://www.JavascriptToolbox.com/bestpractices/ I started writing this up as a guide for some people who were looking for general tips on how to do things the 'right way' with Javascript. Their...
6
by: Bob Alston | last post by:
I am looking for others who have built systems to scan documents, index them and then make them accessible from an Access database. My environment is a nonprofit with about 20-25 case workers who...
4
by: ctchrinthry | last post by:
I have some large and complex XML documents. I want to return the whole document with some sections trimmed away. Right now, i read the whole document into some python code, walk the tree, snip...
0
by: yenlin.liu | last post by:
Who is the owner of the ebXML Registry Repository? Since The ebXML Registry Repository stores many business profiles and business scenarios. Companies can upload/download data from the ebXML RR....
1
maxamis4
by: maxamis4 | last post by:
Hey folks, I am in the process of mapping and developing a document repository. I wanted to know if there was one that was already made out there and if so where? If not I have a couple ideas...
4
by: rahatekarabhijeet | last post by:
Hi, I have seen that some modules which are available on CPAN are not listed in ActiveState repository. So those are not available to install by using ppm. I find out the way of adding adding...
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
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
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,...
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...
1
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...
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,...
1
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...
0
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 ...

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.