Displaying 10 results from an estimated 10 matches for "domdocument".
2015 Sep 24
0
php DOMDocument and entities
This is not CentOS specific but I hope someone here knows so I do not
have to subscribe to another list.
I'm using php DOMDocument to create an XSL that needs a non-breaking
space between two values.
Basically:
$xslvalueof = $dom->createElement('xsl:value-of');
$xslvalueof->setAttribute('select', '../@month');
$caption->appendChild($xslvalueof);
$nbsp = $dom->createTextNode('...
2009 Jun 04
0
XSS (was Re: Centos 5.3 -> Apache - Under Attack ? Oh hell....)
...urity-policy/
-=-
CSP will require pro-active webmasters who use it and browsers that
enforce the client side enforcement, but it's a step in the right direction.
I wrote a php class that partially implements CSP server side as an
output filter
-=-
http://www.clfsrpm.net/xss/
-=-
It's DOMDocument based and thus requires the php xml stuff, I've only
tested it under php 5.2.9 but it should work in 5.x.
The class does have some limitations, namely the document must be fully
constructed and sent through the class before any of it is sent to the
browser so web apps that do a lot of echo(...
2007 Mar 28
1
Re: Wine - Airmail -WHAT'S ACTCTX?
...l doing?
err:menubuilder:InvokeShellLinker failed to fork and exec wineshelllink
fixme:exec:SHELL_execute flags ignored: 0x00000400
fixme:actctx:CreateActCtxW 0x33fb8c 00000000
fixme:actctx:ActivateActCtx 0xf00baa 0x33fb5c
fixme:actctx:DeactivateActCtx 00000000 00f00bad
This program tried to use a DOMDocument object, but
libxml2 support was not present at compile time.
fixme:ole:CoCreateInstance no instance created for interface
{2933bf81-7b36-11d2-b20e-00c04f983e60} of class
{2933bf90-7b36-11d2-b20e-00c04f983e60}, hres is 0x80004001
fixme:advapi:CheckTokenMembership ((nil) 0x162458 0x33fd0c) stub!
fixm...
2009 Aug 06
2
robots.txt
Hi all,
I have again noticed that the wiki does not really show up in search
results and wonder if it has any impact that robots.txt on
wiki.centos.org is empty.
Perhaps it should at least contain User-agent: * ?
Best Regards
Marcus
2008 Jan 19
1
Set Return Type XML in Prototype
...s = new Hash(a).toQueryString();
var myAjax = new Ajax.Request(
url,
{
method: ''get'',
parameters: pars,
onComplete: loadXML
});
}
function loadXML(xmlHttpRequest)
{
// code for IE
if (window.ActiveXObject)
{
xmlDoc = new ActiveXObject("MSXML2.DOMDocument");
xmlDoc.loadXML(xmlHttpRequest.responseText);
//xmlDoc=new ActiveXObject("Microsoft.XMLDOM");
//xmlDoc.async=false;
//xmlDoc.load(xmlHttpRequest.responseText);
alert(xmlHttpRequest.responseText);
getmessage();
}
// code for Mozilla, Firefox, Opera, etc.
else if (doc...
2008 Jan 16
2
Ajax Response responseXML is null in IE
This may be a Prototype question but is probably a general JavaScript
question. I am creating an Ajax.Request and getting back a response
that should be evaluated as XML. But in IE, in my onSuccess function,
the response.responseXML object is null. In Firefox it works
properly.
I have checked the three things that are supposed to determine whether
the browser interprets the response text as
2016 Apr 30
4
E-mail advice sought
I'm working on setting up an e-mail service.
I've got the e-mail servers working beautifully and am presently working
on re-writing the parts of Roundcube I don't like (e.g. it uses inline
JavaScript in a few places so CSP breaks it) but -
Is there any advice on characters to allow in usernames?
I know there are some wacky characters that are legal in e-mail
addresses but are
2013 Dec 20
0
Wine release 1.7.9
...lComModuleRevokeClassObjects
35067 Populous: The Beginning crashes on start in D3D mode
35109 L.A. Noire 1.3 (Steam version) crashes on startup
35122 NVIDIA CUDA Toolkit v5.5 installer fails, claiming "An unknown error has occurred." (failure to return 'url' property from DOMDocument)
35144 NVIDIA CUDA Toolkit v5.5 installer fails (SetupDiGetINFClassW whitelists only 'Chicago', ignoring WINEPREFIX WinVer setting)
35149 RSA SecurID token v411 installer hangs during processing of EULA (large RTF passed twice: window text and richedit streamin callback)
35166 NVID...
2010 Nov 26
0
Wine release 1.3.8
...for xmlSchemaSetParserStructuredErrors().
msxml3: Add schema parse/validate error callbacks.
msxml3/tests: Move domdoc.c schema-related tests to schema.c.
msxml3: Fix a few error messages.
msxml3/schema: Properly handle schema_cache_add() from a URL.
msxml3: Store the DOMDocument/XMLSchemaCache object version.
Akihiro Sagawa (1):
jscript: Update Japanese translation.
Alexander Morozov (5):
crypt32/tests: Do not crash on some Win98.
crypt32/tests: Fix test failures on WinME and some NT4.
crypt32/tests: Use pCryptAcquireContextA.
crypt32/tests:...
2010 Dec 10
0
Wine release 1.3.9
...lers fail
18571 Top level window loses focus when selecting a menu item
18606 Open/save file dialog "New Folder" button does not behave as expected for non-unixfs/My Documents working directory shell items
19746 Adobe Reader 7 w/ FEAD installer causes a page fault
20029 Msxml2.DOMDocument.6.0 unimplemented
21679 men of war version 1.2 (regular game-on-cd, not steam or demo) crashes
21697 Background music (MIDI) doesn't always play in Pikachu Volleyball 1.2
22480 Letter Chase 5.4 crash when typing
22617 Texture Problems in Battlefield Bad Company 2
22732 unimplemen...