Re: generating text output

2009-02-26 Thread Mathias Reem
Hi > However, you haven't specified any namespace prefix in the match > attribute, so it will only match a publication element with no > namespace (despite the default namespace you set in the XSL file) > while the element in your source document has a namespace. As a > result, the default te

Re: generating text output

2009-02-26 Thread Andy Stevens
2009/2/26 Mathias Reem : > I've got information about publications as a XML Input. And want to > generate bibtex output, therefore I use the following pipeline: > > > > Looks okay. > I want to generate the output as shown in out.txt, but only get the > following output: > > foobar > > All the

generating text output

2009-02-26 Thread Mathias Reem
Hi I've got information about publications as a XML Input. And want to generate bibtex output, therefore I use the following pipeline: I want to generate the output as shown in out.txt, but only get the following output: foobar All the other is missing. Can someone give me a hint howto gene