Re: [xml-dev] Looking for good xhtml explorer

From
Philip Fearon <>
To
Jack Bush <>, "" <>
Date
2012-11-27T13:24:52Z
ID
<CADV2FzQ2u-_j4+LXbOKsiYUKqPo_j1G37v=>
Thread
Re: [xml-dev] Looking for good xhtml explorer
This may help. There's a new online XPath 2.0 Editor / XML-Explorer called PathEnq that I've recently developed.

PathEnq can handle XML/XHTML or well-formed HTML files (i.e. it can cope with the HTML5 prologue).

The tool is at:

http://www.qutoric.com/xslt/analyser/xpathtool.html

The open source code for this is at:

https://github.com/pgfearo/pathenq

PathEnq exploits a Saxon-CE XSLT 2.0 processor running in the browser.

Phil Fearon
Qutoric Limited


On Tue, Nov 27, 2012 at 1:02 PM, Jack Bush <[email protected]> wrote:
Dear XML Specialists,
 
I need to debug some xhtml document but could not find a decent working free xhtml explorer around. The xmlassert-full.jar downloaded from http://sourceforge.net/projects/xpe/files%2Fxmlassert/
could not be run with the following error:
 
JAVA_HOME=C:\Program Files\Java\jdk1.7.0_03
OS=Windows_NT
Path=C:\Program Files\Java\jdk1.7.0_03\bin;...
 
C:\>java -jar xmlassert-full.jar
no main manifest attribute, in xmlassert-full.jar
 
On the other hand, xpathexplorer0.1.3.zip from http://www.antepedia.com/detail/p/282834.html consisted of source code and require further instruction to compile it properly.
 
These XHTML files have been saved from Firefox as HTML files instead.
 
I am running Java 7.x, Netbeans 7.2 on Windows XP / 7 platforms.
 
Your assistance woudl be much appreciated.
Thanks in advance,
Jack