Hi everyone,Is there any way to make xml namespaces work in a WOGenericComponent? Right now I have:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang='<webobject name = "Language" />' lang='<webobject name = "Language" />' >
and
Language: WOString {
value = languageCode;
}
Which works, but I feel is a bit of a cludge... I can't even command-
shift-f because xml:lang will disappear. However, trying to fit that
into a WOGenericComponent doesn't work much better because of the
colon in xml:lang. I know I can use an otherTagString, but I'm
wondering... is there any way to escape that colon so I can just declare
xml:lang = languageCode; in the WOD file? Thanks all, Ramsey
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
