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]

a doubt regarding presence of quotation marks in a child elements


Hello,

I am pretty new to xml and xsl. I have an xml file in the following format

<parent>
.
.
    <child> "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
</child>
    <child> "%{Referer}i -> %U" referer </child>
.
.
</parent>

</xsl:stylesheet>

I want to output the contents of the child element, onto a html file, with
the quotation marks preserved. The problem is, the values are getting
outputted upto the end of the first pair of quotation marks i.e. near the %r
in the first child element. Is there any way I can bypass this, and get the
whole value of the child element printed???

Thanking you in advance

Lakshmi Narayanan


 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]