RE: XSLT - processing XML from a database field problem

2002-04-02 Thread vgritsenko
Florent, I hope you understand that your solution (btw this is FAQ of the week - several other people on the list also using util logichsheet) has some overhead of extra parsing step(s) - especially if you have a lot of If you need to produce just one tag, it would be *much* more faster if yo

Re: XSLT - processing XML from a database field problem

2002-04-02 Thread Florent Soulière
And more: notice that when you replace by , the tags are still unescaped, unlike with apply-templates. The problem seems to be in this apply-templates stuff, but who/where/when??? Florent. At 13:01 02/04/02 +0200, you wrote: >Florent > >I cannot get this to work - when I try and apply the f

Re: XSLT - processing XML from a database field problem

2002-04-02 Thread Florent Soulière
At 13:01 02/04/02 +0200, you wrote: >Florent > >I cannot get this to work - when I try and apply the first sheet >to the results of the database query (via the XSP page), then >it works great! e.g. a in the database field is kept as such >in the generated XML. However, as soon as I apply the fi

Re: XSLT - processing XML from a database field problem

2002-04-02 Thread Florent Soulière
My final answer!!! Finally, after 3 days of work, I found a replacement solution for the unescaping problem. The tip is to put SQL Transformer away, and to take the advantage of both the ESQL Logicsheet and the Util Logicsheet in the generating XSP page. Here is how the XSP page looks like:

Re: XSLT - processing XML from a database field problem

2002-04-02 Thread Florent Soulière
At 13:01 02/04/02 +0200, you wrote: >Florent > >I cannot get this to work - when I try and apply the first sheet >to the results of the database query (via the XSP page), then >it works great! e.g. a in the database field is kept as such >in the generated XML. However, as soon as I apply the fi

Re: XSLT - processing XML from a database field problem

2002-04-02 Thread Derek Hohls
Florent I cannot get this to work - when I try and apply the first sheet to the results of the database query (via the XSP page), then it works great! e.g. a in the database field is kept as such in the generated XML. However, as soon as I apply the final sheet (to generate the HTML), then the

Re: XSLT - processing XML from a database field problem

2002-04-01 Thread Florent Soulière
Sorry, there is a little mistake in the source of resume_long.txt: replace the line containing with - Please check that your question has not already been answered in the FAQ before posting.

Re: XSLT - processing XML from a database field problem

2002-04-01 Thread Florent Soulière
Actually, the problem is a problem of unwanted "re-escaping". Here are some sample sources of mine: the pipeline (from sitemap.xconf): sql2xml.xsl: http://www.w3.org/1999/XSL/Transform"; xmlns:fo="http://www.w3.org/1999/XSL

Re: XSLT - processing XML from a database field problem

2002-04-01 Thread Derek Hohls
Florent Do you think you could post an example of how you doing this - I am also struggling with this "database with tags" processing issue & would appreciate some help! Maybe there could be something to put together for one of the support sites (eg cocooncentre.org)? Thanks Derek >>> [EMAIL P

RE: XSLT - processing XML from a database field problem

2002-03-29 Thread Axel Honfi
, March 29, 2002 6:03 PM To: [EMAIL PROTECTED] Subject: XSLT - processing XML from a database field problem Hello, I already passed 2 days trying to solve my problem by myself, but I did not succeed... The situation: I use the SQL Transformer to get data from database. inside this data, there are

XSLT - processing XML from a database field problem

2002-03-29 Thread Florent Soulière
Hello, I already passed 2 days trying to solve my problem by myself, but I did not succeed... The situation: I use the SQL Transformer to get data from database. inside this data, there are fields containing XHTML (e.g. this is bold text). What I want to do with all the data is to produce a PDF do