Search found 6 matches

by ksader
Thu Apr 14, 2005 5:02 pm
Forum: Feature Request
Topic: CSS editing
Replies: 5
Views: 10030

Code completion when editing a CSS file.

Also, the CSS validator doesn't recogize the following as valid

{
background: url(foo/image.jpg);
}

If you quote the URI it will make the validator happy, but the above is valid CSS.
by ksader
Fri Apr 08, 2005 8:43 pm
Forum: Other Issues
Topic: Problems in Eclipse 3.1 M5
Replies: 3
Views: 28494

Sorry, I am running 5.1. That's the version that's plugged into eclipse.

I don't think I've set Xerces as an endorsed library. Where would I find that?

thanks,
Keith Sader.
by ksader
Fri Apr 08, 2005 6:17 pm
Forum: Other Issues
Topic: Problems in Eclipse 3.1 M5
Replies: 3
Views: 28494

Problems in Eclipse 3.1 M5

I've got oxygen 5.0 installed just fine, but I run into issues opening .xml files. I'm running JDK 1.5. It starts with a dialog that says "Unable to create part" After *that* useful message, I get the following stack trace in my .log !ENTRY org.eclipse.ui.workbench 4 2 2005-04-08 10:26:30....
by ksader
Fri Apr 08, 2005 5:55 pm
Forum: Feature Request
Topic: CSS editing
Replies: 5
Views: 10030

CSS editing

Any chance of Oxygen adding CSS code completion support?
by ksader
Wed Sep 22, 2004 1:13 am
Forum: Common Problems
Topic: XPath never returning
Replies: 3
Views: 3069

Nevermind, nevermind - it helps if I actually use a valid XPath expression - sorry to wast everyone's time.

Doh! :oops: :oops: :oops:
by ksader
Wed Sep 22, 2004 1:09 am
Forum: Common Problems
Topic: XPath never returning
Replies: 3
Views: 3069

Re: XPath never returning

Greetings, I'm trying to use the Xpath box provided on the editor to poke around my XML file(and improve my Xpath skills). I'm working with a large file(3Mb). When I enter in an absolute path like /root/child::node() - this is a node with no children, the Xpath expression doesn't return. My Cpu hit...