- This topic has 3 replies, 2 voices, and was last updated 17 years, 8 months ago by Riyad Kalla.
-
AuthorPosts
-
Sigurd Svidal RandalParticipantMy issue has just arisen today after I upgraded from 5.1 to 5.1.1. Previously the HTML code formatter formated everything like I wanted it to. With 5.1.1 the formatting does not format regular HTML tags properly. However all the JSP EL tags seems to be formatted properly.
Namespace definition:
<html xmlns=”http://www.w3.org/1999/xhtml”
xmlns:ui=”http://java.sun.com/jsf/facelets”
xmlns:h=”http://java.sun.com/jsf/html”
xmlns:c=”http://java.sun.com/jstl/core”
xmlns:f=”http://java.sun.com/jsf/core”
xmlns:t=”http://myfaces.apache.org/tomahawk”
xmlns:j=”http://sourceforge.net/projects/jsf-comp”>The editor now triggers exclamation marks for all regular HTML tags like <div> stating that it is an unknown tag.
Questions:
– May this be related to the editor not supporting XHTML properly?
– Do I need a second namespace definition to make the editor read regular HTML tags properly?
– Has anybody else experienced this? Might it be an upgrade/installation issue?Installation summary:
*** Date:
05 March 2007 14:57:17 o’clock CET** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.5.0_10*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 5.1.1 GA
Build id: 20070302-5.1.1-GA*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 5.1.1 GA
Build id: 20070302-5.1.1-GAEclipse Platform
Version: 3.2.2.r322_v20070119-RQghndJN8IM0MsK
Build id: M20070212-1330Eclipse RCP
Version: 3.2.2.r322_v20070104-8pcviKVqd8J7C1U
Build id: M20060921-0945Eclipse Java Development Tools
Version: 3.2.2.r322_v20070104-R4CR0Znkvtfjv9-
Build id: M20060921-0945Eclipse Plug-in Development Environment
Version: 3.2.1.r321_v20060823-6vYLLdQ3Nk8DrFG
Build id: M20060921-0945Eclipse Project SDK
Version: 3.2.2.r322_v20070104-dCGKm0Ln38lm-8s
Build id: M20070212-1330Eclipse Graphical Editing Framework
Version: 3.2.2.v20070208
Build id: 20070208-1315Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-launcher
C:\Program Files\eclipse\eclipse.exe
-name
Eclipse
-showsplash
600
-exitdata
f00_6c
-product
com.genuitec.myeclipse.product.ide
-vm
C:\WINDOWS\system32\javaw.exeEdit: forgot to put in installation summary
Riyad KallaMember– May this be related to the editor not supporting XHTML properly?
– Do I need a second namespace definition to make the editor read regular HTML tags properly?
– Has anybody else experienced this? Might it be an upgrade/installation issue?You are correct, the editor doesn’t completely understand XHTML yet but it’s something we are looking at adding very soon.
Sigurd Svidal RandalParticipantI understand from reading posts here in the forum that this XHTML functionality is being worked on.
The only strange thing for me is that this formatting worked perfectly in 5.1, but now in 5.1.1 it is not working properly at all. Is there a simple workaround available for me to get this formatting back to 5.1?
Riyad KallaMemberUnfortunately no not at this time, it’s likely that some minor changes under the covers to get us closer to XHTML support is what cuased the change.
-
AuthorPosts