对于默认名称空间,netbeans,属性的xml自动完成失败

时间:2011-07-31 22:41:59

标签: netbeans xml-editor

我已经定义了两个名称空间:beans,aop。

如果你削减&将我在下面编写的标记粘贴到Netbeans中,并尝试编辑bean中的标记:bean应该观察到这种行为:

  

< beans:import />

键入此自动完成功能可以帮助您,在元素名称之后,它会建议属性列表(在这种情况下只有一个)。

  

< aspectj-autoproxy />

输入自动完成功能不会提出属性列表(有两个属性:proxy-target-class,expose-proxy)

对于默认命名空间元素的属性,它会发生。

这是一个错误吗?我做错了吗?

我在NB 6.9和NB 7.0上进行了测试

提前致谢

<beans:beans
       xmlns:beans ="http://www.springframework.org/schema/beans"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xmlns="http://www.springframework.org/schema/aop"
       xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
                           http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-3.0.xsd">

  try here

</beans:beans>

0 个答案:

没有答案