473,508 Members | 2,168 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Xml un aiutino.

Eli
Ciao,
avrei bisogno di un aiuto. Non conoscendo xml mi servirebbe sapere
come "attaccare" un link ad uno di questi elementi:
<?xml version="1.0" encoding="iso-8859-1"?>
<trips>

<trip name="01-01-2005">
<description>The incredible variety of Napa Valley
includes both natural beauty as well as a stunning array of
vineyards, parks, and estates. While best known for its wine, this
region offers far more, including world class restaurants and cultural
events.</description>
<cost>1230</cost>
<tapes>2</tapes>
<image> images/bigsur.jpg</image>
</trip>
</trips>

nelle description c'è un testo dove vorrei inserire un link tipo html
href
Come devo modificare il tag?
Grazie
Sep 29 '05 #1
1 1220
In article <lt********************************@4ax.com>,
Eli <El**@another.com> wrote:
Ciao,
avrei bisogno di un aiuto. Non conoscendo xml mi servirebbe sapere
come "attaccare" un link ad uno di questi elementi:
<?xml version="1.0" encoding="iso-8859-1"?>
<trips>

<trip name="01-01-2005">
<description>The incredible variety of Napa Valley
includes both natural beauty as well as a stunning array of
vineyards, parks, and estates. While best known for its wine, this
region offers far more, including world class restaurants and cultural
events.</description>
<cost>1230</cost>
<tapes>2</tapes>
<image> images/bigsur.jpg</image>
</trip>
</trips>

nelle description c'è un testo dove vorrei inserire un link tipo html
href
Come devo modificare il tag?
Grazie


If you want a real html link, you'll have to transform the document;
otherwise, in theory, something like this should work:
<trips>
<trip name="01-01-2005">
<description xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:type="simple"
xlink:href="http://www.napavalley.com" >The incredible variety
of Napa Valley includes both natural beauty as well as a stunning array
of vineyards, parks, and estates. While best known for its wine, this
region offers far more, including world class restaurants and cultural
events.</description>
<cost>1230</cost>
<tapes>2</tapes>
<image> images/bigsur.jpg</image>
</trip>
</trips>

.....this is simply from
http://www-128.ibm.com/developerwork...brary/x-xlink/

...but I've got to admit that on my mac at least, I never managed to get
a browser to understand it.
Sep 30 '05 #2

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

Similar topics

0
1786
by: saretta978 | last post by:
Ciao a tutti, avrei bisogno di un aiutino!!! Dovrei creare un motore di ricerca in asp, ma non appoggiato ad un database bensì un vero e èroprio motore che data una parola chiave mi tiri fuori da...
1
1982
by: Tommaso | last post by:
Per un mio software di ingegneria civile ho la necessità di creare un modulo che mi consenta di visualizzare il modello solido dei dati geometrici di elementi solidi residenti in un mio archivio. ...
0
7227
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
7331
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
7391
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
7501
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
5633
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,...
0
4713
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...
0
3204
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...
0
1564
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 ...
1
768
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.