|
Java example source code file (envelope.xml)
The envelope.xml Java example source code<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE Envelope [ <!ENTITY dsig 'http://www.w3.org/2000/09/xmldsig#'> <!ENTITY c14n 'http://www.w3.org/TR/2001/REC-xml-c14n-20010315'> <!ENTITY xpath 'http://www.w3.org/TR/1999/REC-xpath-19991116'> <!ENTITY xslt 'http://www.w3.org/TR/1999/REC-xslt-19991116'> <!ATTLIST Notaries Id ID #IMPLIED> ]> <!-- Preamble --> <Envelope xmlns:foo="http://example.org/foo" xmlns="http://example.org/usps"> <DearSir>foo <Body>bar |
<YoursSincerely> </YoursSincerely> <PostScript>bar <Notaries xmlns="" Id="notaries"> <Notary name="Great, A. T." /> <Notary name="Hun, A. T." /> </Notaries> <!-- Commentary --> </Envelope> <!-- Postamble -->
Here is a short list of links related to this Java envelope.xml source code file:
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.