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]

BOUNCE xsl-list@lists.mulberrytech.com: Admin request of type/\bremove\b/i at line 8 Admin request of type /\bremove\b/i at line 9


>From davidc@nag.co.uk  Wed Jan 10 05:35:29 2001
Received: from server-4.tower-4.starlabs.net 
(mail.london-1.starlabs.net [212.125.75.12])
	by biglist.com (8.8.8/8.8.5/BL-2) with SMTP id FAA05140
	for <xsl-list@lists.mulberrytech.com>; Wed, 10 Jan 2001 
05:35:28 -0500 (EST)
X-VirusChecked: Checked
Received: (qmail 18022 invoked from network); 10 Jan 2001 10:28:58 -0000
Received: from nagmx1e.nag.co.uk (HELO nag.co.uk) (62.232.54.130)
   by server-4.tower-4.starlabs.net with SMTP; 10 Jan 2001 10:28:58 -0000
Received: from penguin.nag.co.uk (IDENT:root@penguin.nag.co.uk 
[192.156.217.14])
	by nag.co.uk (8.9.3/8.9.3) with ESMTP id KAA15482
	for <xsl-list@lists.mulberrytech.com>; Wed, 10 Jan 2001 10:34:50 GMT
Date: Wed, 10 Jan 2001 10:34:50 GMT
Message-Id: <200101101034.KAA31299@penguin.nag.co.uk>
Received: by penguin.nag.co.uk (8.9.3) id KAA31299; Wed, 10 Jan 2001 
10:34:50 GMT
From: David Carlisle <davidc@nag.co.uk>
To: xsl-list@lists.mulberrytech.com
In-reply-to: <3A5C3555.6A7A96D7@oracle.com> (message from Reghu Krishna Pillai
	on Wed, 10 Jan 2001 15:41:33 +0530)
Subject: Re: [xsl] Urgent please (forgot something...)
References: 
<JOEAJAFGKCPDNLDOHENLEEOKCAAA.geert.vanden.broeck@streamcase.com> 
<3A5C2676.BDAE955E@oracle.com> 
<200101100957.JAA23283@penguin.nag.co.uk> 
<3A5C3555.6A7A96D7@oracle.com>


>  This xml file is the out put of Oracle XML SQL Utility which will fetch the
>  news items from the database and convert it into the given XML format based
>  on the SQL query . Is it causes the problem?

well probably the entries in the database are wrong.
There shouldn't be a \ before the ".
You could remove the \ in the XSL stylesheet (but its a bit of a pain
unless you want to remove all \ which is easy with translate(.,'/','')
or you could probably remove them as part of the Oracle XML output
coding (but I don't know anything about that). Or if the \" are in your
original source database entries you are probably better off fixing the
problem there and editing the entries not to have \".

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet delivered
through the MessageLabs Virus Control Centre. For further information visit
http://www.star.net.uk/stats.asp

 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]