473,569 Members | 2,422 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Trying to locate a standard XML schema

Good evening,

I am trying to locate a standard (commonly accepted) XML schema for
managing documents. What want to know is if someone has already
created an XML schema for describing the pertinent data about a
journal article (title, author(s), journal name, publication date,
etc).

If anyone can help me out here, I'd really appreciate it. You can
email me at trekcelt @ yahoo.com.

Thanks.

-trek
Jul 20 '05 #1
5 1520
>>>>> "trek" == trek <tr******@yahoo .com> writes:

trek> Good evening, I am trying to locate a standard (commonly accepted) XML
trek> schema for managing documents. What want to know is if someone has
trek> already created an XML schema for describing the pertinent data about
trek> a journal article (title, author(s), journal name, publication date,
trek> etc).

Docbook has a XSD version also. Check http://www.docbook.org for more
information.
--
Arto V. Viitanen av@cs.uta.fi
University of Tampere, Department of Computer Sciences
Tampere, Finland http://www.cs.uta.fi/~av/
Jul 20 '05 #2
trek wrote:
Good evening,

I am trying to locate a standard (commonly accepted) XML schema for
managing documents. What want to know is if someone has already
created an XML schema for describing the pertinent data about a
journal article (title, author(s), journal name, publication date,
etc).


Have a look at PRISM.
--
Johannes Koch
In te domine speravi; non confundar in aeternum.
(Te Deum, 4th cent.)
Jul 20 '05 #3

I would use 'Dublin Core' (http://dublincore.org) wrapped in '*RDF*
(http://dublincore.org/documents/2002/07/31/dcmes-xml/). Howeve
alternativey 'heres some Guidelines for implementing Dublin Core i
XML' (http://dublincore.org/documents/dc-xml-guidelines/) .

If your unsure, which schema to use have a look at www.xml.org, whic
displays 'Schemas by taxonomy' (http://www.xml.org/xml/registry.jsp

Andrew-J200
-----------------------------------------------------------------------
Posted via http://www.forum4designers.co
-----------------------------------------------------------------------
View this thread: http://www.forum4designers.com/message36310.htm
Jul 20 '05 #4
On 22 Jan 2004 21:01:18 -0800, tr******@yahoo. com (trek) wrote:
I am trying to locate a standard (commonly accepted) XML schema for
managing documents.


There isn't one (yes, this is rather a poor situation).

What you should do depends very much on your market and your target
audience. If you're managing "documents" , then you'll find it useful
to look at DocBook.

If you're managing metadata about documents, then you might want to
use either PRISM or Dublin Core, depending on who is going to be
reading this. DC isn't a standard on its own, so it'll also need some
other questions about how to represent and transport it to be
answered.

For rich-media "documents" , you might find MPEG-7 worth a look.

If you're dealing with academic refererences and citations, then
things are extemely vague. There just isn't a good and widely agreed
standard here. Chances are that XML isn't adequate anyway and you get
pushed into RDF & ontologies. You might find looking at EndNote
useful though.

--
Die Gotterspammerun g - Junkmail of the Gods
Jul 20 '05 #5
trek wrote:
Good evening,

I am trying to locate a standard (commonly accepted) XML schema for
managing documents. What want to know is if someone has already
created an XML schema for describing the pertinent data about a
journal article (title, author(s), journal name, publication date,
etc).


Dozens, going back years. But they are almost all DTDs, not Schemas.
Ask any publisher, or read Chapter 2 of my book "Understand ing SGML
and XML Tools" (Kluwer, 1998) which explains several of the common
ones in detail.

As Arto posted, DocBook is one popular choice for articles about
Computer Science topics. Many publishers still use the AAP DTDs,
and the ISO 12083 Article DTD which descended from them. Other
publishers have their own (notably Elsevier and Kluwer), and it's
possible to use the TEI Lite DTD for articles in the Humanities.
At the XML Conference last month I heard of a new set of DTDs just
developed, but I don't know if the authors have released them yet.

The nice thing about standards is there are so many to choose from.

///Peter

Jul 20 '05 #6

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

Similar topics

0
8988
by: packrat | last post by:
I am attempting to build a Bugzilla server on OS X. All of this is new to me, working with the Perl, MySQL, and Bugzilla, so I have been banging my head often. Software error: When I run the bugzilla 'checksetup.pl' file, I get the following: -------------------------------------------------------------------
0
1325
by: shawnk | last post by:
I want to use the Hosts file to locate schema for validation. The Hosts file (C:\Windows\System32\etc) will locate xsd schema files on a LAN server for development purposes. This gives me a alias mechanism for XML namespace redirection. If the host file on a client machine has the entry; 192.168.1.12 XML-srv
0
2416
by: Jeremy Summers | last post by:
Has anyone run into problems creating typed datasets from complex schemas? I am attempting to create a Typed Dataset in Visual Studio .Net from a .xsd schema file for a industry standard web service. I have run the schema through XML Spy and validated it with no errors, but when attempting to generate a dataset, I keeping getting a ...
2
3551
by: Mike:o | last post by:
I need to validate XML documents (orders) against their schema before processing. The PurchaseOrder schema that we use references 3 other schemas using the <imports ...> element. Here is the relationship: - PurchaseOrder.xsd - Base.xsd - Item.xsd - Party.xsd These schemas are all located at a public Internet location. The imports...
1
2120
by: Jonas Bush | last post by:
I'm trying to validate an XmlDocument with an XSD schema, and I'm getting the following error: Could not find schema information for the element 'month'. An error occurred at , (1, 40). Here is the code I'm using for validation: System.Text.UTF8Encoding utf8 = new System.Text.UTF8Encoding(false);
1
1431
by: Grant Robertson | last post by:
I am in the process of designing an XML standard that I hope to submit to W3C . Yes, by myself so far. What is the general consensus concerning the use of XMP as part of a larger standard? Would my standard then be held hostage by Adobe? Would W3C even accept a standard which included the use of XMP?
7
1619
by: Grant Robertson | last post by:
As I am learning about XML I seen that xmlns is used with a colon after it as if it were a namespace itself. However, I have never seen a URI given for it. Is "xmlns" a sort of predefined word in that all XML software just knows what it means without it needing a URI? Are there any more of these special words that need no definition within...
3
12214
by: DustWolf | last post by:
Hello, I am wondering, what is the standard for including decimal numbers in XML code? What determines what is the decimal delimiter and what can be the grouping symbol? I have just realized that Microsoft's parser decides that based on the regional settings, invalidating most numbers sent in XML internationally. Is this a bug or is it...
3
2648
by: Philip Semanchuk | last post by:
On Nov 9, 2008, at 7:00 PM, News123 wrote: Look under the heading "Standard Encodings": http://docs.python.org/library/codecs.html Note that both the page you found (which appears to be a copy of the Python documentation) and the reference I provide say, "Neither the list of aliases nor the list of languages is meant to be exhaustive".
0
7618
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7926
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8132
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7678
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7982
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
1
5514
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
3656
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
1
1226
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
944
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.