Looking for an example of how one can sort a Collection by a field.
I realize I can create my own finder method which I have but I was wondering if someone has already created a generic function...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20624751.html
Zones:
Java,
EJBDate Answered: 05/23/2003 Rating: 8.2 Views: 0
Hi,
During some xsl conversions some files have now become non-savable in an HTA app I have
The only difference we can see is that the old version used the actual characters and the new one has...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_20756130.htm...
Zones:
XMLDate Answered: 10/04/2003 Rating: 7.8 Views: 0
I am loading xml files in IE6 (without a stylesheet or anything), but it barfs whenever I include the fraction 1/2 entity (½). From everything I see on the web, this is a standard entity. Wh...
http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_20766872.html
I have two Entity classes called NewsItem and NewsImage that are stored in their own collections.
A news item can have many news images associate with it.
Im populating the NewsItemCollect...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21658472.html
Zones:
C#Date Answered: 12/15/2005 Rating: 7.4 Views: 0
I have declared some entity references in my XML (may be external or internal). Say
<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="sample.xsl"?>
<!DOCTY...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_22420807.htm...
Zones:
XMLDate Answered: 03/07/2007 Rating: 7.8 Views: 0
hi there,
im having real trouble trying to come up with the Entity model for the following question i can understand which bits are entitys or how they interact with each other. Any help with this...
http://www.experts-exchange.com/Database/Miscellaneous/Q_24803108.html
Zones:
DatabasesDate Answered: 10/12/2009 Rating: 9.2 Views: 5
I'm trying to get Xalan v1.0.1 to ignore " ", but for some reason it doesn't like it. Here's the error message:
XSLT: The entity "nbsp" was referenced, but not declared.
I've tried <xsl:te...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_10361282.htm...
Zones:
XMLDate Answered: 06/26/2000 Rating: 7.6 Views: 0
using regExp for entity translation
I would like to use regular expressions to translating some characters into their XML entity and vice-versa. The shorter, the better.
& -> &
< -> &l...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_10933164.html
Zones:
JavaScriptDate Answered: 10/07/2000 Rating: 8.8 Views: 0
Can I declare entities inside schema like I do in DTDs? and how?
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_11608558.htm...
Zones:
XML,
XHTMLDate Answered: 08/07/2001 Rating: 7.4 Views: 0
The title says it all.
I'm using the xerves parser.
My xml document has an element field which can contain '&' character in the data
If i use :
<ELEMENT_NAME>Mr&Mrs Smith</ELEMENT_NAME>
...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_11845838.htm...