Click here to Skip to main content
15,908,455 members
Home / Discussions / XML / XSL
   

XML / XSL

 
AnswerRe: How to convert data in MFC object to XML Pin
Michael A. Barnhart11-Jan-03 12:27
Michael A. Barnhart11-Jan-03 12:27 
GeneralUsing MSXML from C++ Pin
me7-Jan-03 19:35
me7-Jan-03 19:35 
GeneralRe: Using MSXML from C++ Pin
Michael A. Barnhart11-Jan-03 12:22
Michael A. Barnhart11-Jan-03 12:22 
GeneralRe: Using MSXML from C++ Pin
me12-Jan-03 12:36
me12-Jan-03 12:36 
GeneralRe: Using MSXML from C++ Pin
Michael A. Barnhart12-Jan-03 13:40
Michael A. Barnhart12-Jan-03 13:40 
GeneralRe: Using MSXML from C++ Pin
me12-Jan-03 13:59
me12-Jan-03 13:59 
GeneralRe: Using MSXML from C++ Pin
Michael A. Barnhart12-Jan-03 14:24
Michael A. Barnhart12-Jan-03 14:24 
GeneralRe: Using MSXML from C++ Pin
Retsof Nawor12-Jan-03 17:58
Retsof Nawor12-Jan-03 17:58 
Maybe I am missing what Michael is getting at but I don't think he is entirely correct. The base64Binary datatype by definition doesn't require any replacements to be legal in an xml document as when it is encoded it uses the characters 0-9 a-z A-Z '+' '/' ie no replacements required see section 6.8 of http://www.ietf.org/rfc/rfc2045.txt for details (this page is linked to by the Schema spec). Also be aware that most XML DOM do translations required ie you set strings containing '>' '&' etc and they will automatically be converted on output to < and &, however I'm not sure if this is the case for binary types.

If possible I would be tempted to use the hexBinary datatype as I find that easier to understand, two characters (0-9 a-f) are used to represent each hex octet ie 0x7f10 would be "7f10" in your XML doc.

Hope I haven't confused you...
GeneralRe: Using MSXML from C++ Pin
me12-Jan-03 18:50
me12-Jan-03 18:50 
GeneralRe: Using MSXML from C++ Pin
Michael A. Barnhart13-Jan-03 13:03
Michael A. Barnhart13-Jan-03 13:03 
GeneralHuman readable XML Pin
michaKFromParis7-Jan-03 6:42
michaKFromParis7-Jan-03 6:42 
GeneralRe: Human readable XML Pin
Michael A. Barnhart11-Jan-03 12:14
Michael A. Barnhart11-Jan-03 12:14 
GeneralPlease Help: I cannot figure this out Pin
lnong23-Dec-02 1:59
lnong23-Dec-02 1:59 
GeneralSaving HTML Form Data to XML....... Need Help...... Pin
zhixiong19-Dec-02 19:12
zhixiong19-Dec-02 19:12 
GeneralRe: Saving HTML Form Data to XML....... Need Help...... Pin
Victor Boctor22-Dec-02 13:06
Victor Boctor22-Dec-02 13:06 
GeneralMSXML 4.0 deployment Pin
act_x19-Dec-02 9:13
act_x19-Dec-02 9:13 
GeneralRe: MSXML 4.0 deployment Pin
Richard Deeming20-Dec-02 0:34
mveRichard Deeming20-Dec-02 0:34 
GeneralRe: MSXML 4.0 deployment Pin
Michael A. Barnhart20-Dec-02 1:11
Michael A. Barnhart20-Dec-02 1:11 
GeneralRe: MSXML 4.0 deployment Pin
act_x20-Dec-02 4:36
act_x20-Dec-02 4:36 
GeneralRe: MSXML 4.0 deployment Pin
Michael A. Barnhart20-Dec-02 5:14
Michael A. Barnhart20-Dec-02 5:14 
GeneralDTD Repository Pin
Victor Boctor18-Dec-02 17:04
Victor Boctor18-Dec-02 17:04 
GeneralRe: DTD Repository Pin
Christian Graus18-Dec-02 17:24
protectorChristian Graus18-Dec-02 17:24 
GeneralRe: DTD Repository Pin
Victor Boctor18-Dec-02 18:44
Victor Boctor18-Dec-02 18:44 
GeneralRe: DTD Repository Pin
Christian Graus18-Dec-02 19:20
protectorChristian Graus18-Dec-02 19:20 
GeneralRe: DTD Repository Pin
Victor Boctor18-Dec-02 21:54
Victor Boctor18-Dec-02 21:54 

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.