Search found 97 matches

by Jamil
Sat Sep 10, 2011 3:35 am
Forum: XQuery
Topic: How To Execute An XQuery Against Numerous Documents
Replies: 5
Views: 9705

Re: How To Execute An XQuery Against Numerous Documents

I resolved this on my own. The solution was the following: for $name in collection("file:///c:/Temp?select=*.xml")//*[@SomeRandomAttribute="SomeRandomValue"] where fn:count($name/elementThatMustExist)=0 return <match filename="{fn:document-uri(fn:root($name))}" node=&qu...
by Jamil
Sat Sep 10, 2011 3:18 am
Forum: XQuery
Topic: How To Execute An XQuery Against Numerous Documents
Replies: 5
Views: 9705

Re: How To Execute An XQuery Against Numerous Documents

I believe I got this partially working now with a minor change as follows: for $name in collection("file:///c:/Temp?select=*.xml")//*[@SomeRandomAttribute="SomeRandomValue"] where fn:count($name/elementThatMustExist)=0 return <match filename="{fn:tokenize(fn:base-uri(), &quo...
by Jamil
Sat Sep 10, 2011 1:06 am
Forum: XQuery
Topic: How To Execute An XQuery Against Numerous Documents
Replies: 5
Views: 9705

How To Execute An XQuery Against Numerous Documents

I have created an XQuery to identify erroneous nodes and line numbers they're on for a single document. It looks something like this: for $name in doc("doc01.xml")//*[@SomeRandomAttribute="SomeRandomValue"] where fn:count($name/elementThatMustExist)=0 return <match filename="...
by Jamil
Fri Mar 19, 2010 2:38 pm
Forum: Feature Request
Topic: Please Confirm The Latest Current Version
Replies: 1
Views: 1489

Please Confirm The Latest Current Version

I had recently updated oXygen a few days ago to the latest 11.2 update. I launched it again minutes ago, clicked check for new version, and there was another update available. I downloaded and installed it. I then launched the newly installed oXygen and clicked check for new version again. The softw...
by Jamil
Tue Jan 05, 2010 6:50 pm
Forum: Feature Request
Topic: Please Persist Rearrangable Toolbar Setting
Replies: 4
Views: 3191

Re: Please Persist Rearrangable Toolbar Setting

Just a reminder of this request.

Hopefully this does not take much effort to implement...
by Jamil
Tue Jan 05, 2010 6:44 pm
Forum: General XML Questions
Topic: XML Doc Validation Errors
Replies: 1
Views: 1791

XML Doc Validation Errors

I have an XML document that I edit in Oxygen used by ant. This is a valid XML document, but oXygen shows the following error in the editor and to the right in red for the following attribute: <javac memoryInitialSize="256M" /> E [Xerces] Attribute "memoryInitialSize" must be decl...
by Jamil
Sat Oct 25, 2008 3:13 pm
Forum: Feature Request
Topic: Please Persist Rearrangable Toolbar Setting
Replies: 4
Views: 3191

Please Persist Rearrangable Toolbar Setting

I'm sure there's one or two people who like the ability to drag toolbars and menus all over the place. However, I am not one of them. When I accidently click portions of the screen I do not intend to, I am often left with something like this: http://www.file-shop.com/Images/Misc/screwed_up_toolbars....