Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Canonicalization byte array question

Status
Not open for further replies.

ponsay

Vendor
Joined
Jul 13, 2004
Messages
1
Location
US
Hi,

I am putting together a deliverable on canonicalization, and I am trying to understand what a canonicalized XML document looks like in a byte array. More specifically, vendors like Apache have a canonicalizer function that takes in the XML in byte format as a parameter, and outputs the canonicalized XML into a byte array (where each slot contains octets).

Coming from a non-technical background, I don't quite understand how canonicalized XML can be put into a byte array. Can anyone explain how the byte array looks/what information is contained in each slot?

From my understanding, each slot of the output byte array contains 8-bytes. What does each of these 8-bytes represent? One XML element? One XML attribute?

I'm just looking for a simple answer, like, the canonicalized XML is cut up into 8-byte chunks and put into the byte array?

Please help ASAP. THANKS!!

Beth
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top