Auto-completion for <xsl:> and <fo:>
Posted: Mon Jan 05, 2009 11:37 pm
Hi,
I am using the new Oxygen10 and have a strange Problem.
I use XSLT .xsl and XSL-FO .fo files and i can not get full auto-completion!
That means, if i have a .xsl file, i have only auto-completion for tags, which start with <xsl:...>, but there is nothing with <fo:...>!!
And when i create a .fo file with direct output to .pdf there is no auto-completion for any tags with <xsl:....>.
My question is: how can i use auto-completion for <fo:...> and <xsl:...> tags in the same file?
Maybe i declared the namespace wrong??
Namespace in .fo file
---------------
<?xml version="1.0" encoding="UTF-8"?>
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-------------------
Namespace in .xsl file
---------------
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:fo="http://www.w3.org/1999/XSL/Format">
I am using the new Oxygen10 and have a strange Problem.
I use XSLT .xsl and XSL-FO .fo files and i can not get full auto-completion!
That means, if i have a .xsl file, i have only auto-completion for tags, which start with <xsl:...>, but there is nothing with <fo:...>!!
And when i create a .fo file with direct output to .pdf there is no auto-completion for any tags with <xsl:....>.
My question is: how can i use auto-completion for <fo:...> and <xsl:...> tags in the same file?
Maybe i declared the namespace wrong??
Namespace in .fo file
---------------
<?xml version="1.0" encoding="UTF-8"?>
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-------------------
Namespace in .xsl file
---------------
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:fo="http://www.w3.org/1999/XSL/Format">