THIS STOCK IS UNDISCOVERED ST0CK GEM ( MDEX.PK) Watch out the st0ck go crazy on Monday morning February's Feature Company... Madison Explorations, Inc. ...
belle-gobble532@...
Feb 6, 2006 9:03 am
1259
This four step guide will give you the foundation you always wanted. Learning the basics in handling stocks. This guide will help anyone, intrested in getting...
... At least with the example code you've given, it surely is necessary, to pre-process your input data --- otherwise it simply wouldn't be well-formed XML. ...
rolf@...
Feb 14, 2006 3:25 pm
1262
... Ah, OK -- makes sense. Is there an option to tell tDOM to "relax" its parsing and to take unknown entities as CDATA or whatnot? Alternatively, I could do...
[Forgot a note.] ... Yeah. But read more carefully. Right within the first Chapter "XML Character Entity Sets" that document say: In order to use these...
rolf@...
Feb 14, 2006 3:43 pm
1264
... No. Unknown entity must raise an parsing error, that's what the rec say. And it doesn't make much sense, to add a non-compliance option, which does this....
rolf@...
Feb 14, 2006 4:10 pm
1265
... I'm thinking about the Robustness Principle (aka Postel's Law): http://en.wikipedia.org/wiki/Robustness_Principle "Be conservative in what you do; be...
... All tag names will be unified to lower case letters. rolf...
rolf@...
Feb 14, 2006 4:37 pm
1267
check out this place guys, its great, my new homepage lol! http://greatspottobe.info/xoxb i only got on there about 2 hours ago, but already loving the hell...
boni-greenslade387@...
Feb 21, 2006 4:28 pm
1271
Eight years after the invention of XML, DOM and SAX, despite their respective issues, are still the mainstays of application developers. So is it the end of...
Hello I am trying to verify the xml file against a dtd. I looked at the tnc section and using this package require tdom package require tnc set parser [expat] ...
... OK, so far. After your last command, the XML parser $parser is DTD validation enabled. It does, what any parser does (check for well-formednes, calls the...
rolf@...
Mar 23, 2006 7:06 pm
1275
Hello Thanks. It did get me back on track! I had to use $parser parsefile $xml_file - otherwise it gave a syntax error Thanks krithiga ... the tnc ... you ... ...
Hello I get an error Validation error at line 2, character 0: No declaration for this element In the parser command we do not specify the name of the dtd file....
... You didn't look at the usage example on the wiki, didn't you? The parser uses, whatever the doctype declaration of your XML document say. Without a doctype...
rolf@...
Mar 24, 2006 5:43 pm
1278
Hello Thanks. I did look in the wiki example but did not understand the usage What is an internal and external subset. All I have is an external file call...
Anyone interested in doin somethin new on the net. Come over here and add me http://www.mixurlifeup.info/sepj...
thomasina-kirby425@...
Apr 13, 2006 7:28 pm
1281
Wat u all upto? Any of u guys a bit sick of the same old things online? Anyway i was browsin around today and i saw this place...
thomasina-kirby425@...
Apr 14, 2006 8:12 am
1282
Hey everyone, just wanted to let u all in on my good news. Ive got a nice arrangement, shall we say, this afternoon. First time in a long while and all thanks...
skye-ollmann534@...
Apr 18, 2006 11:46 am
1283
Dear Friends, VT Manpower Consultancy Services Pvt Ltd., is the leading Manpower provider for IT and ITES Companies in South India. We are providing a better...
Hey everyone, just wanted to let u all in on my good news. Ive got a nice arrangement, shall we say, this afternoon. First time in a long while and all thanks...
skye-ollmann534@...
Apr 20, 2006 9:19 am
1285
Just wanted to drop in and say hi to everyone around here. And also wanted to say that if any of you guys feel like getting to know me bit better come over and...
thomasina-kirby425@...
Apr 21, 2006 12:14 pm
1286
Just wanted to drop in and say hi to everyone around here. And also wanted to say that if any of you guys feel like getting to know me bit better come over and...
... Because, the value of your attribute "att" is "word1'word2" and not "word1'word2". XPath expressions work on the value, not the XML escaped string...
rolf@...
Apr 22, 2006 11:45 am
1289
Hello, More generally, in a piece of code like it: $node selectNodes "mynode\[@myatt='[mymap $mayvalue]'\]" where the variable "myvalue" can contain any...
... There's nothing special with a <, >, or & inside an XPath literal: set d1 [dom parse {<a att="word1<>&word2"/>}] domDoc0x81f41f0 $d1 selectNodes...
rolf@...
Apr 22, 2006 5:17 pm
1291
I am just requesting some stuff from the Amazon web service, see the attached XML file. This has a namespace declaration in there and I don't quite get how to...
... Your Mail has no attachement; I don't know, if the mailing list software let attachements throu. ... From your description, this sounds ok. Seems, they use...