This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: That didnt work either! RE: How to add a "less than" or "greater than" sign?


Igor:

Bob's solution is the correct one.

 <xsl:element name="{@Type}">myvalue</xsl:element>

works in XT and Saxon. What processor are you using?

&lt; and &gt; are ways of escaping markup characters, but can't generally
be used to create markup unless you torture your stylesheet to do so, which
you really shouldn't. The question is a bit misstated -- you are not really
trying to add "less than" and "greater than" signs (markup characters), but
rather an element (and thus, when serialized, element markup). These are
two different things.

--Wendell (enough for today!)

At 05:47 PM 4/12/00 -0500, you wrote:
>
>couple of you suggested the following. But that returns this :
>
><{@Type}>myvalue</@Type>
>
>so its taking the literal value of that. ???
>
>Also, the "&gt;" "&lt;" doesnt work either. It creates this
>
>&lt;ATAG&gt;myvalue&lt;/ATAG&gt;
>
>thanks 
>
>Moazzam


======================================================================
Wendell Piez                            mailto:wapiez@mulberrytech.com
Mulberry Technologies, Inc.                http://www.mulberrytech.com
17 West Jefferson Street                    Direct Phone: 301/315-9635
Suite 207                                          Phone: 301/315-9631
Rockville, MD  20850                                 Fax: 301/315-8285
----------------------------------------------------------------------
  Mulberry Technologies: A Consultancy Specializing in SGML and XML
======================================================================


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]