ignore the joomla tag or consider them as valid tag in netbeans

Go To StackoverFlow.com

-1

While developing joomla projects in netbeans , it consider the joomla tag like:

<jdoc:includes type="modules" name="kkk" />

as invalid tag, is there any method to modify the html dtd or ignore some of tags in netbeans?

2012-04-03 19:52
by amd
NetBeans uses the schema/DTD you provide to determine if a tag is valid, so are you sure you have the right schema/DTD - trutheality 2012-04-03 19:57
normaly i put this on the top of the html <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">amd 2012-04-03 19:59
Do you also have <html xmlns="http://www.w3.org/1999/xhtml" ... - trutheality 2012-04-03 20:14
yes my problem is with the joomla special tag and not the xhtml ta - amd 2012-04-03 20:30


0

This has been added to the Netbeans bug tracker already.

https://netbeans.org/bugzilla/show_bug.cgi?id=207296

2012-04-09 18:21
by Ben Sandberg
Ads