Re: [xsl] Spaces in Tag Name

Subject: Re: [xsl] Spaces in Tag Name
From: "Babu Sathish Ramaraj" <bramaraj@xxxxxxxxxx>
Date: Mon, 6 Jan 2003 15:16:40 +0530
Hi,

As per the rules for the node name in a XML doc, the node name should not
start with xml and the starting letter can be a-z,A-Z,$ there should not be
any white space character in the node name.

Cheers,
Babu Sathish.

----- Original Message -----
From: "Vijaya Kumar Y" <vijayay@xxxxxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Monday, January 06, 2003 2:33 PM
Subject: [xsl] Spaces in Tag Name


> Hi
>  i am new to XMl -XSL world
>
> the quetion is CAN we have a space in the Tag Name for example like
>
> <Root>
>   <Child 1> 12</Child 1>
>   <Child 2> 12212</Child 2>
> </Root>
>
> note there is a space between word child and digit
>
> is it possible to have a space.
>
> IF we can how to read that XML file- i mean to load that XML file
>
> Regards
> Vijaay Kumar
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>


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


Current Thread