Re: [xsl] Spaces in Tag Name

Subject: Re: [xsl] Spaces in Tag Name
From: Peter Davis <pdavis152@xxxxxxxxx>
Date: Mon, 6 Jan 2003 01:50:20 -0800
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Listen carefully, because four people have already given you the answer:

(1) You *cannot* have spaces in the tag name
(2) You can either:
   (a) Replace the spaces with some other character, like "-" or "_"
   (b) Move all or part of the tag name into an attribute, such as
       <Child index="1">
       <tag name="Child 1">
       <tag name="vijay kumar">

Those are the choices.  Use what works best for you.  Please also read the 
XML specification or at least buy a book on the XML syntax before 
repeating this question.


On Monday 06 January 2003 01:32, Vijaya Kumar Y wrote:
> may be i want the XML file to be of this form
>
> <Root>
>    <vijay kumar>123</vijay kumar>
> <Root>
> note there is a space between vijay and kumar
>
> i want the xml file to be of the above form,
> if we can how to load that file or any necessay changes to be done

- -- 
Peter Davis
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+GVFchDAgUT1yirARAmSBAKCFu0j2bEmeHUxxZkaqA9ON5WrCUgCgmTdH
O87EWpN20EdKOfwtv4stWLE=
=ts2S
-----END PGP SIGNATURE-----


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread