Re: re[4]: [Tclxml-users] Dom node problems with tclsoap 1.6.7, tcldom 2.6 (libxml2)
by Steve Ball other posts by this author
Sep 14 2004 1:49PM messages near this date
Re: [Tclxml-users] itcl/tk-like calling syntax for TclDom
|
Re: [Tclxml-users] XHTML conform documenttype declaration
On 15/09/2004, at 2:22 AM, Byron Whitlock wrote:
> Okay I think I have it running.
> Is there a way to tell which parser I am running?
You can get a list of available parser classes using:
xml::parserclass info names
You can get the default parser class using:
xml::parserclass info default
(I just noticed that option was missing from the man page, so I've
fixed that)
> I did this:
> package require xml
> package require xml::libxml2
> package require dom
> And I get no errors.
Yes, this appears to be necessary on Windows. I do that in the
tkxmllint/tkxsltproc example applications.
I'll add that to the documentation.
> I am worried that I'm running the interpereted version though.
You shouldn't be, but the above commands will tell you. You should see
"libxml2" appear as an available parser class.
Cheers,
Steve Ball
---
Steve Ball | XSLT Standard Library | Training & Seminars
Zveno Pty Ltd | Web Tcl Complete | XML XSL Schemas
http://www.zveno.com/ | TclXML TclDOM | Tcl, Web Development
Steve.Ball@[...].com +---------------------------+---------------------
Ph. +61 2 6242 4099 | Mobile (0413) 594 462 | Fax +61 2 6242 4099
-------------------------------------------------------
This SF.Net email is sponsored by: thawte's Crypto Challenge Vl
Crack the code and win a Sony DCRHC40 MiniDV Digital Handycam
Camcorder. More prizes in the weekly Lunch Hour Challenge.
Sign up NOW http://ad.doubleclick.net/clk;10740251;10262165;m
_______________________________________________
Tclxml-users mailing list
Tclxml-users@[...].net
https://lists.sourceforge.net/lists/listinfo/tclxml-users
|