Hi, Linkipedia is a one-stop page for web masters to submit their web sites, exchange links and receive reviews. To find how to list your web site go to ...
earn $100 per day !! join free !! Earn free money! earn daily $100 . join free please go to http://tinyurl.com/y2lxv9 US,CANADA MEMBERS ONLY thanks......
Hi, I am happy to announce the availability of oNVDL - an open source NVDL implementation based on Jing http://www.oxygenxml.com/onvdl.html oNVDL allows to...
I'd like software that reads a RelaxNG grammar and writes out a list of all the possible paths (through parents & children element nodes only) to each leaf...
Hi, ... I am not aware of such a tool. It doesn't seem too complicated to write in XSLT, but I strongly advise to add some kind of recursion detection if you...
Hi, I am glad to announce that a new major version of the oXygen XML Editor is available from our website http://www.oxygenxml.com oXygen XML editor is the...
DP> I'm curious about the utility of such a tool Syd? Ummm ... it's so obviously useful to me, I'm not sure I can articulate it. Last time I heard of such...
Yes, but what is the document you apply the XPath on? Back to Syd's original problem... Regards, George ... George Cristian Bina <oXygen/> XML Editor, Schema...
... Queries against the schema? Mmm. Does Oxygen provide a tree view? [I'll shut up, I'm still asking why :-)] regards -- Dave Pawson XSLT XSL-FO FAQ. ...
... If it did, it would have to solve this same issue of detecting recursion otherwise its trees would grow infinitely :) Eric ... -- GPG-PGP: 2A528005 Curious...
Actually there is a tree view, rendered as a diagram. If you look at the logical model view then you can basically see some of the information Syd asked for....
... Would an html view help Syd? I document my schemas by using the div wrappers, but it produces readable html which 'sort of' has the structure. <div...
Whooee! A thought occurs to me. Because TEI schemas never use co-occurrence constraints and because I'm only interested in ancestry, not parent/child...
How do I specify that any name from (the dc namespace xmlns:dc="http://purl.org/dc/elements/1.1/" ) can be used here please? Eric has an example excluding...
... You just skip the except :) ! element dc:* {...} or <element> <nsName ns="http://purl.org/dc/elements/1.1/"/> < your content here > </element> Eric ... -- ...
Hi Syd, I tried to generate all possible elements on teilite.rng. After a few minutes I got a 330MB of content and the application was still running, so the...
... I got up to over a gigabyte of log file when I tried on something even smaller. There are just too many possible routes. However, when I tried the...
Hi Dave, <element name="brailleText"> <data type="string"> <param name="pattern">([⠀-⣿])*</param> </data> </element> Best Regards, George ... ...
... Thanks George. Relax always comes up good! (I'm hacking my way through some xsd - I like the way Oxygen shows up the various blocks :-) rngconv failed me...
What was I thinking? I had a little time to think about this (American holiday and all :-) and realize that this is not just bigger than is useful, it's bigger...
Dear community, xmlBlueprint XML Editor 4.3 is now available for free download at: http://www.xmlblueprint.com/Download.htm. xmlBlueprint is the value-priced...
I have been bitten by less secure than ideal library code, so I enabled the Java security manager for my app for the purpose of limiting access to the local...
Henri Sivonen
hsivonen@...
Dec 9, 2006 4:58 pm
484
You might be able to get java to indicate what it is not being allowed to do, by setting the java.security.debug property to all, e.g. java ...