473,796 Members | 2,501 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

What is "XML interfaces"?

I'm working on a analyzation/design project that is supposed to
uncover the intricacies and implications in entering the market for
systems used by public administrations here in Denmark.

XML and its use is a very important part of constructing such a
system, since it is advised and specified from higher levels that
systems of this kind should make use of XML as basis for exchange of
documents.

In the documents and specifications describing this, there is a term
that comes up quite often: "XML interfaces". Unfortunately, none of
the authors of these documents have bothered to explain or specify
what an "XML interface" is, which means that both I, and the rest of
the group working on the project, have tried avoiding the work parts
of the project in which we need to work with interfaces.

We cannot avoid it any longer, however, and we still haven't found a
reasonable explanation for the term. Can anyone here point out some
information for us that could clarify the subject?

Thanks in advance.

--
Med venlig hilsen / Best regards
David List
Jul 20 '05 #1
4 12086
David List scribbled something along the lines of:
<snip/>
In the documents and specifications describing this, there is a term
that comes up quite often: "XML interfaces". Unfortunately, none of
the authors of these documents have bothered to explain or specify
what an "XML interface" is

<snip/>

It might help if you could give some actual quotes as I personally do
not know of an establish term "XML interfaces" either and think it might
be an author specific phrase to describe something in particular.
XML itself has no interface as it is just a way to store data. XML
editors have interfaces and you can create interfaces using XML source
files, but neither of these seem to be the intended meaning the authors
might have had in mind.

If you haven't yet, try reading through the docs without focussing on
the meaning of that phrase too much, the context might eventually give
clues as to what is tried to describe using that phrase.

Just a suggestion.
--
Alan Plum, WAD/WD, Mushroom Cloud Productions
http://www.mushroom-cloud.com/
Jul 20 '05 #2
I haven't heard the term "XML interfaces" in XML literature.

The term "interfaces " often refers to batch processes.
An "XML interface" would refer to a batch process where XML
is used as the protocol to fetch the data from one data source
and to insert some of that data to another data source. (The
batch process interfaces two systems.)

In a java sense of the word, an "XML interface" might refer
to a set of DTDs agreed upon by a consortium. For example HRXML
is a set of DTD created by a consortium of companies. Some
of their DTDs are publically available.

David List <da***@davidlis t.dk> wrote in message news:<er******* *****@initio.dk >...
I'm working on a analyzation/design project that is supposed to
uncover the intricacies and implications in entering the market for
systems used by public administrations here in Denmark.

XML and its use is a very important part of constructing such a
system, since it is advised and specified from higher levels that
systems of this kind should make use of XML as basis for exchange of
documents.

In the documents and specifications describing this, there is a term
that comes up quite often: "XML interfaces". Unfortunately, none of
the authors of these documents have bothered to explain or specify
what an "XML interface" is, which means that both I, and the rest of
the group working on the project, have tried avoiding the work parts
of the project in which we need to work with interfaces.

We cannot avoid it any longer, however, and we still haven't found a
reasonable explanation for the term. Can anyone here point out some
information for us that could clarify the subject?

Thanks in advance.

Jul 20 '05 #3
On 13 Apr 2004 11:26:44 -0700,
GIMME <gi************ *******@yahoo.c om>
wrote in <3f************ **************@ posting.google. com>:
I haven't heard the term "XML interfaces" in XML literature.

The term "interfaces " often refers to batch processes.
An "XML interface" would refer to a batch process where XML
is used as the protocol to fetch the data from one data source
and to insert some of that data to another data source. (The
batch process interfaces two systems.)
That would make sense in this context.
In a java sense of the word, an "XML interface" might refer
to a set of DTDs agreed upon by a consortium.
Or a set of Schemas?
For example HRXML
is a set of DTD created by a consortium of companies. Some
of their DTDs are publically available.


Thank you very much for your answer.

Best regards,
David List
Jul 20 '05 #4
On Mon, 12 Apr 2004 18:48:14 +0200, David List <da***@davidlis t.dk>
wrote:
In the documents and specifications describing this, there is a term
that comes up quite often: "XML interfaces".


This is all too often a bullshit term from marketing. It's bullshit
because XML -- of itself -- is not an interface. XML + an XML Schema
may be an interface, if the schema is widely agreed outside the
project. Without saying what this schema is though, there is no more a
useful interface here than if they'd said "Now available in binary".

But, managers have pointy hair, and they fall for it. It's XML, it
must be good.
--
Smert' spamionam
Jul 20 '05 #5

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

Similar topics

2
1786
by: DartmanX | last post by:
I have an application that uses the Google Maps API to display customized maps via a generated XML file. The XML is generated via a "Wizard" system to determine what the XML holds. I am looking for a way to keep the XML file "persistent" across the pages via Javascript. The way the Maps API works is that the Client feeds the items to be mapped to google, which generates the maps. Storing the XML file on the server would mean I would have...
2
32317
by: Marek | last post by:
Actually, the very first question I should ask is "does it make sense at all?". For 2 days I've been trying to generate C# classes using XML schema and xsd.exe tool. So far the results are not exciting but I assume I am seriously short of knowledge, so here I am - asking for help. My current situation is that I can define schemas that will generate very simple classes but I have two major problems: (1) I do not know how to write a...
3
2618
by: Amy L. | last post by:
I am using the xml serializer to serialize the objects out of a collection into a file. The object that is being serialized is a class in my application. When I serialize my class it produces the following line. <?xml version="1.0" encoding="utf-16"?> for each instance of my serialized class. Thus giving me the following output.
6
2954
by: Gary James | last post by:
This may not be a direct C# question, but since I'll be using using C# for development, I thought I'd pose the question here. I'll soon be involved in the design of a new software product that will employ a software "Plug-In" architecture. Taking the plug-in route will give us a design that can adapt to, as yet, undefined future requirements (within the scope of the plug-in interface spec of course). In the past I've done this with...
1
1538
by: Skip Sailors | last post by:
I want code I write to have XML comments that are correct and I want the compiler to fail to build is I mess up a comment, but I don't want generated code to cause a build failure. Is there a way (in VS 2003, especially) to make this distinction? TIA
0
1364
by: avidcoder | last post by:
HI all I am a beginner in XML space . Some one give me ideas about how to develop a """" Good GUI implementation with "xml conversion" using XSLT as backend solution""" Actually i want to convert a xml file into another xml file ( lets us say it as my )standard format "GG" using XSLT .Additinoally i need to add some extra information via "USER" " INPUT " to final xml .
0
3986
by: jeoffh | last post by:
Background: I am trying to "merge" some attributes into an existing XML column in my MS SQL 2005 database. The general idea is that I have an XML column in a table and I would like to update/delete some values while leaving the other values alone. I am designing this database/table/column so maybe I could use attributes or elements/nodes, the choice is ultimately mine. The one constraint is that I have to allow for customized name/value pairs....
5
2401
by: raylopez99 | last post by:
I understand delegates (static and non-static) and I agree they are very useful, and that the "Forms" used in the Windows .NET API could not work without them. That said, I'm curious as to how many heavy duty pro programmers in this newsgroup have actually used a delegate in their code, say in the last year of coding. By "use" I mean constructed a delegate and using it in an Event Source class and an Event Receiver class. Interfaces...
0
4065
by: wildman | last post by:
Trying to read XML files from SSIS and load into SQL Server. I tested this before and it was working before I placed in a forevery contrainer. also, my simple xml file had to be retyped cause I deleted by accident.. Getting this error: The component "XML Source" (108) was unable to read the XML data.
0
9683
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10231
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 captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10176
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 most users, this new feature is actually very convenient. If you want to control the update process,...
0
10013
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 choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9054
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7550
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 instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6792
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5443
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 the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
3733
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.