Re: Simple XSL problem, but NEED HELP!

2002-03-28 Thread Bertrand Delacretaz
On Thursday 28 March 2002 09:50 am, Hahn Kurt (CHA) wrote: . . . xsl:value-of select=//content/ . . . gives me everything in the original document, and that's OK. However, I replace content with some other element, like xsl:value-of select=//row/ it gives me just an empty tag Most

Re: Simple XSL problem, but NEED HELP!

2002-03-28 Thread Andreas Hartmann
Hi, *** REPLY SEPARATOR *** On 28.03.2002 at 09:50 Hahn Kurt (CHA) wrote: I really start losing it, I'm trying to do something very simple for hours, and it just wouldn't work. With an XML document like this: page (root element) content rowset row loj_pt_odj /

RE: Simple XSL problem, but NEED HELP!

2002-03-28 Thread TREGAN Fabien
-Message d'origine- De: Andreas Hartmann [mailto:[EMAIL PROTECTED]] Hi, / At least in your example the row tag has no value, so it is absolutely correct that nothing is returned. If you use xsl:value-of, you will only get the value of the matched tag. If you want a copy of all the

RE: Simple XSL problem, but NEED HELP!

2002-03-28 Thread Hahn Kurt (CHA)
, 28. mars 2002 10:45 À: '[EMAIL PROTECTED]' Objet: RE: Simple XSL problem, but NEED HELP! -Message d'origine- De: Andreas Hartmann [mailto:[EMAIL PROTECTED]] Hi, / At least in your example the row tag has no value, so it is absolutely correct that nothing is returned. If you use

Re: Simple XSL problem, but NEED HELP!

2002-03-28 Thread KOZLOV Roman
to check for different namespaces, and that solved the problem, I needed to reference the elements with their corresponding NS. Thanks -Message d'origine- De: TREGAN Fabien [mailto:[EMAIL PROTECTED]] Date: jeudi, 28. mars 2002 10:45 À: '[EMAIL PROTECTED]' Objet: RE: Simple XSL