Click here to Skip to main content
15,923,374 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralXerces getXML method Pin
4apai21-Feb-05 4:16
4apai21-Feb-05 4:16 
GeneralRe: Xerces getXML method Pin
crazzycat21-Feb-05 20:16
crazzycat21-Feb-05 20:16 
GeneralRe: Xerces getXML method Pin
4apai22-Feb-05 0:09
4apai22-Feb-05 0:09 
GeneralPrint Values in XSLT Pin
dotnetquery20-Feb-05 18:39
dotnetquery20-Feb-05 18:39 
GeneralRe: Print Values in XSLT Pin
Phil Hobgen21-Feb-05 10:32
Phil Hobgen21-Feb-05 10:32 
GeneralRe: Print Values in XSLT Pin
dotnetquery21-Feb-05 20:59
dotnetquery21-Feb-05 20:59 
GeneralA beginner question Pin
RockRock20-Feb-05 3:29
RockRock20-Feb-05 3:29 
GeneralRe: A beginner question Pin
Phil Hobgen20-Feb-05 6:53
Phil Hobgen20-Feb-05 6:53 
Hi,

The best place to start is with some questions :

1) What's your development environment?

2) Is there an existing XML Schema that you need to comply with? If you are exchanging the data with an external system, a schema is useful as a definition of the exchanged data format. Alternatively you may just be able to agree a simple xml structure.

3) Do you need to enclose the binary data in the xml, or could you use a url within the xml to indicate where the binary data can be retrieved from? If you need to enclose the binary data then you will need to encode it, as xml does not allow binary data. Note that this encoding will expand the size of the binary data, and hence the size of your xml.

4) When you transmit via TCP/IP do you mean HTTP, a web service, or some other standard protocol or just from port to port using some 'informal' protocol?

A good link to bookmark is http://www.zvon.org[^]

Good Luck!

Cheers


Phil Hobgen
barbari.co.uk
Southampton, UK
GeneralRe: A beginner question Pin
RockRock20-Feb-05 19:00
RockRock20-Feb-05 19:00 
GeneralRe: A beginner question Pin
Phil Hobgen20-Feb-05 20:08
Phil Hobgen20-Feb-05 20:08 
GeneralRe: A beginner question Pin
RockRock20-Feb-05 22:33
RockRock20-Feb-05 22:33 
GeneralXMI Pin
CSharpBala18-Feb-05 5:24
CSharpBala18-Feb-05 5:24 
GeneralRe: XMI Pin
Phil Hobgen20-Feb-05 7:14
Phil Hobgen20-Feb-05 7:14 
GeneralRe: XMI Pin
CSharpBala24-Feb-05 3:24
CSharpBala24-Feb-05 3:24 
GeneralIXMLDOMSchemaCollectionPtr->add() Pin
bandonet17-Feb-05 3:46
bandonet17-Feb-05 3:46 
GeneralXSLT Question Pin
dotnetquery16-Feb-05 22:15
dotnetquery16-Feb-05 22:15 
GeneralRe: XSLT Question Pin
Phil Hobgen20-Feb-05 8:56
Phil Hobgen20-Feb-05 8:56 
QuestionHow do I add a DOCTYPE declaration in XML using MSXML in Visual C++? Pin
IronMike16-Feb-05 21:38
IronMike16-Feb-05 21:38 
AnswerRe: How do I add a DOCTYPE declaration in XML using MSXML in Visual C++? Pin
Phil Hobgen21-Feb-05 10:45
Phil Hobgen21-Feb-05 10:45 
GeneralProcessing Instruction Pin
johnsaxton14-Feb-05 8:53
johnsaxton14-Feb-05 8:53 
GeneralRe: Processing Instruction Pin
Phil Hobgen14-Feb-05 23:13
Phil Hobgen14-Feb-05 23:13 
GeneralRe: Processing Instruction Pin
johnsaxton15-Feb-05 3:31
johnsaxton15-Feb-05 3:31 
GeneralRe: Processing Instruction Pin
johnsaxton15-Feb-05 3:36
johnsaxton15-Feb-05 3:36 
GeneralRe: Processing Instruction Pin
Phil Hobgen15-Feb-05 4:43
Phil Hobgen15-Feb-05 4:43 
GeneralRe: Processing Instruction Pin
johnsaxton15-Feb-05 6:59
johnsaxton15-Feb-05 6:59 

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.