Click here to Skip to main content
15,891,976 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Highlight a button on mouse hover Pin
astrixtech27-Jun-13 2:15
astrixtech27-Jun-13 2:15 
GeneralRe: Highlight a button on mouse hover Pin
astrixtech27-Jun-13 2:38
astrixtech27-Jun-13 2:38 
GeneralRe: Highlight a button on mouse hover Pin
Blikkies27-Jun-13 2:53
professionalBlikkies27-Jun-13 2:53 
GeneralRe: Highlight a button on mouse hover Pin
astrixtech27-Jun-13 3:02
astrixtech27-Jun-13 3:02 
Questionhow to develop webui like cloudify webui console? Pin
dk 30325-Jun-13 19:45
dk 30325-Jun-13 19:45 
AnswerRe: how to develop webui like cloudify webui console? Pin
Dennis E White25-Jun-13 20:27
professionalDennis E White25-Jun-13 20:27 
GeneralRe: how to develop webui like cloudify webui console? Pin
dk 30325-Jun-13 20:42
dk 30325-Jun-13 20:42 
Questionmsxml2 parsing svg Pin
Jonathan Davies23-Jun-13 9:09
Jonathan Davies23-Jun-13 9:09 
I'm trying to open my .svg files and set the height and width attributes to 100% so that my graphics appear correctly on my web pages as recommended here http://tavmjong.free.fr/INKSCAPE/MANUAL/html/Web-SVG-Positioning.html[^]. Having looked around the net at many possible solutions to them not floating and sometimes appearing with scroll bars this appeared to be the one to go for.

So having written some C++ using MSXML2 from a VS2008 C++ on windows8 (using
C++
msxml6.h
) to change these attributes in all my svg files I find it works on some (inkscape) and not others (graphviz dot).

The returned reason, is:
CSS
Could not load file, Reason: Parameter entity must be defined before it is used. Source String: %svg-prefw-redecl.mod;]]>


Reports of MSXML not handling this are all over the net, the problem code seems to be in in

http://www.w3.org/2000/svg[^] for example:
<!-- Pre-Framework Redeclaration Placeholder ..................... -->
<!ENTITY % svg-prefw-redecl.module "IGNORE" >
<![%svg-prefw-redecl.module;[
%svg-prefw-redecl.mod;]]>

- can anyone recommend a way to proceed?

modified 24-Jun-13 7:55am.

AnswerRe: msxml2 parsing svg Pin
RedDk24-Jun-13 11:21
RedDk24-Jun-13 11:21 
GeneralRe: msxml2 parsing svg Pin
Jonathan Davies24-Jun-13 22:40
Jonathan Davies24-Jun-13 22:40 
GeneralRe: msxml2 parsing svg Pin
RedDk25-Jun-13 3:58
RedDk25-Jun-13 3:58 
GeneralRe: msxml2 parsing svg Pin
Jonathan Davies25-Jun-13 4:55
Jonathan Davies25-Jun-13 4:55 
GeneralRe: msxml2 parsing svg Pin
RedDk25-Jun-13 5:19
RedDk25-Jun-13 5:19 
Questionpng graphics used when I expected svg Pin
Jonathan Davies14-Jun-13 3:27
Jonathan Davies14-Jun-13 3:27 
AnswerRe: png graphics used when I expected svg Pin
Richard Deeming14-Jun-13 7:48
mveRichard Deeming14-Jun-13 7:48 
GeneralRe: png graphics used when I expected svg Pin
Jonathan Davies14-Jun-13 11:36
Jonathan Davies14-Jun-13 11:36 
QuestionWeb Service Return Type - Create Method Pin
tadhg8814-Jun-13 1:20
tadhg8814-Jun-13 1:20 
AnswerRe: Web Service Return Type - Create Method Pin
David Kroj25-Jun-13 21:41
David Kroj25-Jun-13 21:41 
GeneralResearch on Rapid Application Development(RAD) of AJAX based Rich Internet Applications(RIA) Pin
EnDee32111-Jun-13 4:48
EnDee32111-Jun-13 4:48 
Questionphp Pin
abbasnafiu10-Jun-13 9:33
professionalabbasnafiu10-Jun-13 9:33 
AnswerRe: php Pin
Richard MacCutchan10-Jun-13 21:16
mveRichard MacCutchan10-Jun-13 21:16 
QuestionMessage Closed Pin
9-Jun-13 20:57
mark3229-Jun-13 20:57 
AnswerRe: Web Development Business Pin
Richard MacCutchan9-Jun-13 21:28
mveRichard MacCutchan9-Jun-13 21:28 
AnswerRe: Web Development Business Pin
Abhinav S10-Jun-13 21:59
Abhinav S10-Jun-13 21:59 
AnswerRe: Web Development Business Pin
David Kroj16-Jun-13 21:22
David Kroj16-Jun-13 21:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.