Irida does not recognize XHTML, XSLT and other name spaces Follow
e.g.
<?xml version="1.0"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns="http://www.w3.org/1999/xhtml">
both namespaces are not recognized
In hact any HTML file shows all HTML elements as invalid
Please sign in to leave a comment.
Hi,
Please, post small html file showcasing the problem.
Alex Roytman wrote:
--
Best regards,
Maxim Mossienko
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
Hi,
On Windows build 3075 the xml does not resolve only
http://www.w3.org/1999/XSL/Transform and the same behaviour we has in
Idea 4.5.2
<?xml version="1.0"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns="http://www.w3.org/1999/xhtml">
Alex Roytman wrote:
--
Best regards,
Maxim Mossienko
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
all HTML tags marked as "Can not Resolve Symbol Body"
namespace URL marked as "URI is not registered" (it does not show intention
to load it)
Untitled Document The same in transitional HTML Untitled Document "Maxim Mossienko" ]]> wrote in message
news:clnk9u$efg$2@is.intellij.net...
>
>
>> e.g.
>>
>> <?xml version="1.0"?>
>> <xsl:stylesheet version="1.0"
>> xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
>> xmlns="http://www.w3.org/1999/xhtml">
>>
>> both namespaces are not recognized
>>
>> In hact any HTML file shows all HTML elements as invalid
>
>
Maxim Mossienko wrote:
That could be cause the document returned from that URL says "there
should be a schema here sometime".