Search found 9 matches

by H2O
Wed Jan 25, 2006 3:03 pm
Forum: XSLT and FOP
Topic: <copy-of/> without resulting empty namespace ?
Replies: 4
Views: 9937

Thank you for this explaination George, this gonna help me a lot.

Best regards,

Jean-Francois
by H2O
Fri Jan 20, 2006 1:00 am
Forum: XSLT and FOP
Topic: <copy-of/> without resulting empty namespace ?
Replies: 4
Views: 9937

Thank you very much George, this work perfectly, you made my day ! This is also the opportunity for digging deeper the xml namespace and xslt concepts, I may understand how an why this works. :D
by H2O
Thu Jan 19, 2006 7:15 pm
Forum: XSLT and FOP
Topic: <copy-of/> without resulting empty namespace ?
Replies: 4
Views: 9937

<copy-of/> without resulting empty namespace ?

Hello, Could someone explain the most efficient way for freeing <copy-of /> output elements from empty namespace attribute (<yyy xmlns=" " /> ? Here is my source : <?xml version="1.0" encoding="UTF-8" ?> <site> <chapitre> <page>index</page> <contenu> <h3>Grand Titre (wi...
by H2O
Mon Jan 02, 2006 12:43 pm
Forum: XSLT and FOP
Topic: Finding out what is the parent element position ?
Replies: 4
Views: 6166

Thank you for your answer george, the simple fact that you answered my post helped me going further.

The problem was using parameters for performing arithmetics in relative positionning of nodes. Recursion solved it :)

I wish all of you a happy new year full of joy and accomplishments
by H2O
Sat Dec 24, 2005 6:53 pm
Forum: XSLT and FOP
Topic: Finding out what is the parent element position ?
Replies: 4
Views: 6166

Thank you for your fast answer George, I already tried the position() way but found out that it only applies to the current node. If I missed the point please tell me. To be more specific, here comes snippets of my XSLT stylesheet (the XML code snippet was exposed in my first post) : <?xml version=&...
by H2O
Fri Dec 23, 2005 7:57 pm
Forum: XSLT and FOP
Topic: Finding out what is the parent element position ?
Replies: 4
Views: 6166

Finding out what is the parent element position ?

Hi, I am generating CSSed html pages where I need to express a varying class for a menu bar list. Each "chapter" element from the XML is transformed in a <li> element for the menu bar. the <li> class of each chapter for the bar menu is varying accordingly to the position of the page being ...
by H2O
Thu Dec 22, 2005 5:25 pm
Forum: XSLT and FOP
Topic: How to get rid of result-document href in generated a href?
Replies: 3
Views: 4834

Resolved

hello George, Tried the debugger, it's a great tool. The reason of the problem I met, I think, is that the generated links were relative to the uri of the generated page, wich was already in a directory, so when the generated links should have been : <a href="generatedLinkDirectory/file.htm />,...
by H2O
Tue Dec 20, 2005 12:51 pm
Forum: XSLT and FOP
Topic: How to get rid of result-document href in generated a href?
Replies: 3
Views: 4834

Thank you very much for your fast response George, I gonna try your advises
by H2O
Mon Dec 19, 2005 9:59 pm
Forum: XSLT and FOP
Topic: How to get rid of result-document href in generated a href?
Replies: 3
Views: 4834

How to get rid of result-document href in generated a href?

Hello dears, I'm quite new to Xslt and I'm trying to generate a complete html web site.Datas are enclosed in the XML file and I started by generating each /directory/page.htm one by one . Expecting something a little bit more "industrial" I googled and found two solutions : extensions with...