xsl-list
[Top] [All Lists]

RE: Spaces in Tag Name

2003-01-06 22:02:52
Hi Edward
        Thanks a lot, this works fine to my problem
Thanks a lot.
Regards
Vijaya Kumar

-----Original Message-----
From: Edward(_dot_)Middleton(_at_)nikonoa(_dot_)net 
[mailto:Edward(_dot_)Middleton(_at_)nikonoa(_dot_)net]
Sent: Tuesday, January 07, 2003 7:58 AM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: RE: [xsl] Spaces in Tag Name


You problem is not XSL/XSLT relatied so you should look on another list for
further question, but.  This should do the basics of what you described

<HTML><HEAD></HEAD><TITLE></TITLE>
<BODY>
<XML ID="xmlRoot">
<?xml version="1.0"?>
<Root>
        <Column Name="vijay kumar" Value="123"/>
        <Column Name="vijay kumar" Value="123"/>
</Root>
</XML>
<table datasrc=#xmlRoot>
<tr>
        <td><div datafld="Name"></div></td>
        <td><div datafld="Value"></div></td>
</tr>
</table>
</BODY>
</HTML>

Edward Middleton

-----Original Message-----
From: Vijaya Kumar Y [mailto:vijayay(_at_)aztec(_dot_)soft(_dot_)net]
Sent: Monday, January 06, 2003 7:51 PM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: RE: [xsl] Spaces in Tag Name


yeah i control the creattion of XML file to the format as specified by you
like
<Root>
           <Column Name="vijay kumar" value = "123"/>
</Root>

after this how to bind this to HTML table using XML-DSO, in that case what
should be the format of the HTML TABLE

-----Original Message-----
From: Edward(_dot_)Middleton(_at_)nikonoa(_dot_)net 
[mailto:Edward(_dot_)Middleton(_at_)nikonoa(_dot_)net]
Sent: Monday, January 06, 2003 4:09 PM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: RE: [xsl] Spaces in Tag Name


1. Do you control the XML creation process?
If you do change it to something like the following.

1.      <Root>
           <Column Name="vijay kumar">123<Column/>
        </Root>

or even
        <Table>
                <Name>Root</Name>
                <Column><Name>vijay kumar</Name><Value>123</Value></Column>
        </Table>

If you don't, you will need to preprocess the files before you pass them.
Perhaps the following might work for you.

2.      <Root>
            <vijay-:space:-kumar>123</vijay-:space:-kumar>
        </Root>

Edward Middleton

-----Original Message-----
From: Vijaya Kumar Y [mailto:vijayay(_at_)aztec(_dot_)soft(_dot_)net]
Sent: Monday, January 06, 2003 7:09 PM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Cc: Ben(_at_)cscape(_dot_)com
Subject: RE: [xsl] Spaces in Tag Name


Hi
   I am reading data from the Database , and the column names  of the table
will become tagename in the XML file
i have a table where the column name is Mfg Name.
in that case how to over come this , as there is a space in the Column name

i hope u got my problem

regards
vijaya kumar


-----Original Message-----
From: Ben Robb [mailto:Ben(_at_)cscape(_dot_)com]
Sent: Monday, January 06, 2003 3:25 PM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: RE: [xsl] Spaces in Tag Name


Why would you want this? As others have said, it is not allowed in an
XML document; tell us what you are trying to achieve by this (and why
you think you need a space in your element name) and we should be able
to point out a solution which does follow the XML specification.

Rgs,

Ben

-----Original Message-----
From: Vijaya Kumar Y [mailto:vijayay(_at_)aztec(_dot_)soft(_dot_)net] 
Sent: 06 January 2003 09:32
To: Peter Davis; xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: RE: [xsl] Spaces in Tag Name


Hi 
  Sorry here 1 is a part of child also , i dont want that to be a
sepearate attribute


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

regards
vijay

-----Original Message-----
From: Peter Davis [mailto:pdavis152(_at_)attbi(_dot_)com]
Sent: Monday, January 06, 2003 2:52 PM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com; Vijaya Kumar Y
Subject: Re: [xsl] Spaces in Tag Name


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

No.

Please see http://www.w3.org/TR/REC-xml#NT-Name

You can use "_" or "-" as an alternative, such as <Child-1>, or use 
attributes such as <Child index="1">.


On Monday 06 January 2003 01:03, Vijaya Kumar Y wrote:
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>

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

iD8DBQE+GUqfhDAgUT1yirARAjMBAJ9A20kcyzjVFFcRM6xHNiYdiLOfCACdHe/Y
WJ4ykLNirwLr29UqfouBYzg=
=GkJJ
-----END PGP SIGNATURE-----

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


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

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


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

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


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

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



<Prev in Thread] Current Thread [Next in Thread>