xsl-list
[Top] [All Lists]

RE: Adding CDATA to the transformed XML

2005-01-12 08:44:14
There is a serialization option

xsl:output cdata-section-elements="SenderFaxNumber"

But why would you want to put a fax number in CDATA? The only effect of
CDATA is that the serializer then doesn't need to escape special characters
like "<" and "&", and these aren't very likely to appear in a fax number, so
it's just wasted bandwidth.

Michael Kay
http://www.saxonica.com/ 

-----Original Message-----
From: Bhaskar, Rajan [mailto:RBhaskar(_at_)cvs(_dot_)com] 
Sent: 12 January 2005 15:24
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] Adding CDATA to the transformed XML


Hi,
 How to add CDATA to the transformed XML. Is there an option 
to set the
CDATA in XSL
<Message>
      <Header>
              <SenderFaxNumber><xsl:value-of
select="Store/FaxPhone"/></SenderFaxNumber>
      </Header>
</Message>

My output should be
<Message>
      <Header>
      
<SenderFaxNumber><![CDATA[111-222-3333]]></SenderFaxNumber>
      </Header>
</Message>

Is there a way to specify it in xsl.But, if i do a
<SenderFaxNumber><![CDATA[<xsl:value-of
select="Store/FaxPhone"/>]]</SenderFaxNumber>
It does not process this.

Thanks,
Rajan




-----Original Message-----
From: JBryant(_at_)s-s-t(_dot_)com [mailto:JBryant(_at_)s-s-t(_dot_)com]
Sent: Wednesday, January 12, 2005 10:20 AM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: Re: [xsl] Generating different headers and trailers for the
first, subsequent and last pages using FOP


Hi, Kevin,

I don't know of any way to get the actual last page of a page sequence
to 
have a different header or footer.

The work-around I use is to add another page sequence at the 
end of the 
document. Then I get a blank page that has the end footer 
information I 
need. If the powers that be hate it, point out that you can put all
kinds 
of good things on this page: company logo, contact info, full 
copyright 
notice, etc. I've used this method to get around this issue more than 
once.

HTH

Jay Bryant
Bryant Communication Services
(on contract at Synergistic Solution Technologies)

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--




--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--