RE: OT : XML to HTML

2006-07-17 Thread Ian Skinner
Here is and xsl file that we use to convert XML into html.

Feel free to ask questions about the details.

?xml version=1.0 encoding=iso-8859-1?!DOCTYPE xsl:stylesheet  [
!ENTITY nbsp   #160;
!ENTITY copy   #169;
!ENTITY reg#174;
!ENTITY trade  #8482;
!ENTITY mdash  #8212;
!ENTITY ldquo  #8220;
!ENTITY rdquo  #8221; 
!ENTITY pound  #163;
!ENTITY yen#165;
!ENTITY euro   #8364;
]
xsl:stylesheet version=1.0 xmlns:xsl=http://www.w3.org/1999/XSL/Transform;
xsl:output method=html encoding=iso-8859-1 /
xsl:template match=/BSNews/release
!-- @id= a place holder used for a find and replace in order to allow the news 
article id to be passed in via url.newsReleaseID for the dynamic display of 
news articles. --
xsl:if test=self::node()[EMAIL PROTECTED]'x0xox0x0']
!-- News Type --
p
xsl:value-of select=category /br /
For Immediate Release
/p

!-- Contact Information --
p
CONTACT: xsl:value-of select=contact/firstName 
/nbsp;xsl:value-of select=contact/lastName /br /
xsl:for-each select=contact/phone
xsl:value-of select=@type / Number: 
xsl:value-of select=. /br /
/xsl:for-each 
xsl:for-each select=contact/email
xsl:value-of select=@type / E-Mail Address: 
xsl:value-of select=. /br /
/xsl:for-each
/p

!-- Title --  
h2 class=articleTitlexsl:value-of select=article/title 
//h2
p class=articleSubTitlexsl:value-of 
select=article/subTitle //p

!-- Image --
xsl:if test=article/image
xsl:element name=img
xsl:attribute 
name=src/images/NewsRoom/xsl:value-of select=article/image 
//xsl:attribute
xsl:attribute name=alignmiddle/xsl:attribute
/xsl:element
/xsl:if

!-- Article --
xsl:copy-of select=article/content /
/xsl:if
/xsl:template
/xsl:stylesheet


--
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA

-
| 1 |   |
-  Binary Soduko
|   |   |
-
 
C code. C code run. Run code run. Please!
- Cynthia Dunning

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message. 




~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246800
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: OT : XML to HTML

2006-07-17 Thread Jason Radosevich
Thank you..

  The only thing that i know about XML is what it stands for..

 At least now i have a direction to go to  :-)

On 7/17/06, Ian Skinner [EMAIL PROTECTED] wrote:
 Here is and xsl file that we use to convert XML into html.

 Feel free to ask questions about the details.

 ?xml version=1.0 encoding=iso-8859-1?!DOCTYPE xsl:stylesheet  [
!ENTITY nbsp   #160;
!ENTITY copy   #169;
!ENTITY reg#174;
!ENTITY trade  #8482;
!ENTITY mdash  #8212;
!ENTITY ldquo  #8220;
!ENTITY rdquo  #8221;
!ENTITY pound  #163;
!ENTITY yen#165;
!ENTITY euro   #8364;
 ]
 xsl:stylesheet version=1.0 
 xmlns:xsl=http://www.w3.org/1999/XSL/Transform;
 xsl:output method=html encoding=iso-8859-1 /
 xsl:template match=/BSNews/release
 !-- @id= a place holder used for a find and replace in order to allow the 
 news article id to be passed in via url.newsReleaseID for the dynamic display 
 of news articles. --
xsl:if test=self::node()[EMAIL PROTECTED]'x0xox0x0']
 !-- News Type --
p
xsl:value-of select=category /br /
For Immediate Release
/p

 !-- Contact Information --
p
CONTACT: xsl:value-of select=contact/firstName 
 /nbsp;xsl:value-of select=contact/lastName /br /
xsl:for-each select=contact/phone
xsl:value-of select=@type / Number: 
 xsl:value-of select=. /br /
/xsl:for-each
xsl:for-each select=contact/email
xsl:value-of select=@type / E-Mail 
 Address: xsl:value-of select=. /br /
/xsl:for-each
/p

 !-- Title --
h2 class=articleTitlexsl:value-of select=article/title 
 //h2
p class=articleSubTitlexsl:value-of 
 select=article/subTitle //p

 !-- Image --
xsl:if test=article/image
xsl:element name=img
xsl:attribute 
 name=src/images/NewsRoom/xsl:value-of select=article/image 
 //xsl:attribute
xsl:attribute name=alignmiddle/xsl:attribute
/xsl:element
/xsl:if

 !-- Article --
xsl:copy-of select=article/content /
/xsl:if
 /xsl:template
 /xsl:stylesheet


 --
 Ian Skinner
 Web Programmer
 BloodSource
 www.BloodSource.org
 Sacramento, CA

 -
 | 1 |   |
 -  Binary Soduko
 |   |   |
 -

 C code. C code run. Run code run. Please!
 - Cynthia Dunning

 Confidentiality Notice:  This message including any
 attachments is for the sole use of the intended
 recipient(s) and may contain confidential and privileged
 information. Any unauthorized review, use, disclosure or
 distribution is prohibited. If you are not the
 intended recipient, please contact the sender and
 delete any copies of this message.




 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246824
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


re: OT: XML / XSLT / XPath

2005-09-17 Thread dave
soory not a book rec' but the new dw has some ass kickin xml/xls tools!

~Dave the disruptor~
Some people just don't appreciate how difficult it is to dispense wisdom and 
abuse at the same time. 


From: Michael Tangorre [EMAIL PROTECTED]
Sent: Saturday, September 17, 2005 4:32 PM
To: CF-Talk cf-talk@houseoffusion.com
Subject: OT: XML / XSLT / XPath 

Anyone have any book recommendations for XML/XSLT/Xpath ?

Thanks!

Mike T.



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:218543
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: OT: XML

2002-10-18 Thread jon hall
Coldfusion and Perl have if/else functionality...use it, that's what
the application server's role in life is. XML is only a data format,
XSL which you eluded to doesn't have an else statement, true, but XSL
isn't really a procedural language anyway.

Some questions that come to my mind...
What parser are you using?
What kind of data?
Why did you choose XML as your data format?

-- 
 jon
 mailto:jonhall;ozline.net

Friday, October 18, 2002, 5:15:41 PM, you wrote:
RB Sorry this is so far off topic, but...
RB I am working with an application that generates XML.  We are using xml to
RB integrate a CF application with some perl wrappers we are developing.
RB We reached a point where we are wondering if we made the right decision.
RB XML is SO verbose! With such limited functionallity, (i.e. no else
RB statements when using if).
RB Does anyone know of a better way to work with XML documents, with more built
RB in functions.
RB We are pulling our hair out and getting carple tunnel from all of the extra
RB typing involved ;-)
RB Thanks for any input on this.
RB Ray

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm



Re: OT: XML Questions

2001-08-30 Thread tom dyson

Hi there

 So, anyways, I'm creating a DTD for an XML document and have a few
 questions...
 
 I have a vendor that has an address.  The address consists of various elements
 such as street, city, etc.  Now then, the address element itself has no
 attributes or data directly in it.  Is it worth having an address element?
 
 e.g.
 
 address
 street123 any street/street
 citycalgary/city
 /address

While not necessary, the address element is probably a good idea: it helps
to define the child elements and might make it easier for you to get at
various bits of your document later on (using XPath functions in DOM or XSLT
manipulation). It also makes your document more human-readable, which is
often a good thing. Finally, 'branchy' documents generally allow for better
parser performance than flat ones - it's quicker for an XML processor to
find 'vendor/address/city' than to scan all the nodes for 'city' elements.

 Also, when creating the XML document, if there is no street, should I do
 street/street or just omit the attribute altogether?  Do parsers get angry
 when there are elements that are empty?

Parsers generally cope with empty elements pretty well. My opinion is that
it's better to have an empty element than to omit it altogether (unless
keeping your document compact is a crucial consideration), since it's
usually easier to edit the contents of an element than to check whether or
not it exists and then create a new one with the relevant data. And again,
it makes the structure of the document more obvious to human readers.

We've set up a CF / XML mailing list where this question wouldn't be quite
so OT! If you're interested, you can join up at

http://torchbox.com/xml/

Best wishes

Tom

-+
tom dyson
t: +44 (0)1608 811870
m: +44 (0)7958 752657
[EMAIL PROTECTED]
http://torchbox.com



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: [OT: XML and Java training?]

2001-05-10 Thread Alex

U of Hawaii for a few weeks.

Braver, Ben [EMAIL PROTECTED] wrote:
My boss and I are being asked by hq to get training in XML and Java.

Can anybody in this multi-disciplinary group of wizards recommend a training
source?
(We're in the San Francisco Bay Area.)

Thanks!

Ben Braver
Information Technology
Ultramar Inc.
Golden Eagle Refinery
150 Solano Way
Martinez, CA  94553-1487
(925) 370-3673 voice
(925) 370-3393 fax
(510) 716-2557 pager
[EMAIL PROTECTED]
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: [OT: XML and Java training?]

2001-05-10 Thread Billy Cravens

Productivity Point is pretty good: www.propoint.com

--
Billy Cravens
HR Web Development, Sabre
[EMAIL PROTECTED]



Alex wrote:

 U of Hawaii for a few weeks.

 Braver, Ben [EMAIL PROTECTED] wrote:
 My boss and I are being asked by hq to get training in XML and Java.

 Can anybody in this multi-disciplinary group of wizards recommend a training
 source?
 (We're in the San Francisco Bay Area.)

 Thanks!

 Ben Braver
 Information Technology
 Ultramar Inc.
 Golden Eagle Refinery
 150 Solano Way
 Martinez, CA  94553-1487
 (925) 370-3673 voice
 (925) 370-3393 fax
 (510) 716-2557 pager
 [EMAIL PROTECTED]

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: ot xml

2000-09-18 Thread Paige Chandler

There is a XML for Dummies. I have it but have only started.

Regards,

Paige
- Original Message -
From: "Gavin Myers" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, September 18, 2000 11:48 AM
Subject: ot xml


 Does anyone have any good book references for xml?
 Using a scale of 0 - 10
 0 meaing incredibelly beginner
 10 meaning super advanced


 --

 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: ot xml

2000-09-18 Thread Stewart McGowan

Building Web Sites with XML by Michael Floyd is ok, and There's a SAMS Teach
yourself XML book which is ok to start with, the Sams book ISBN is
0672319500, the other one is at home, you should be able to find it on
amazon though.


Regards
 

Stew
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: ot xml

2000-09-18 Thread Ryan

At 10:48 9/18/00 -0500, you wrote:
Does anyone have any good book references for xml? 
Using a scale of 0 - 10
0 meaing incredibelly beginner
10 meaning super advanced

I've heard this one is good. I just bought it but havn't looked
through it yet. I find the amazon user reviews very helpful to
see if a book is any good. Most of the other XML ones have bad reviews.
XML: A Primer, by Simon St. Laurent, ISBN 076453310X
http://www.amazon.com/exec/obidos/ASIN/076453310X/qid=968709640/sr=1-2/103-8594345-4976629

By its title, I'd say its a 0-3.

RPS

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: ot xml

2000-09-18 Thread Sean Driscoll

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--_=_NextPart_001_01C02190.75BDBBC0
Content-Type: text/plain;
charset="iso-8859-1"

If you are using XML for the web and plan to use the Microsoft COM object or
Internet Explorer to view/XML or XSL stylesheets,
http://msdn.microsoft.com/xml/default.asp is surprisingly well organized and
useful.

Sean

-Original Message-
From: Gavin Myers [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 18, 2000 11:49 AM
To: '[EMAIL PROTECTED]'
Subject: ot xml


Does anyone have any good book references for xml? 
Using a scale of 0 - 10
0 meaing incredibelly beginner
10 meaning super advanced



--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--_=_NextPart_001_01C02190.75BDBBC0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"
HTML
HEAD
META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1"
META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2650.12"
TITLERE: ot xml/TITLE
/HEAD
BODY

PFONT SIZE=3D2If you are using XML for the web and plan to use the =
Microsoft COM object or Internet Explorer to view/XML or XSL =
stylesheets, A HREF=3D"http://msdn.microsoft.com/xml/default.asp" =
TARGET=3D"_blank"http://msdn.microsoft.com/xml/default.asp/A is =
surprisingly well organized and useful./FONT/P

PFONT SIZE=3D2Sean/FONT
/P

PFONT SIZE=3D2-Original Message-/FONT
BRFONT SIZE=3D2From: Gavin Myers [A =
HREF=3D"mailto:[EMAIL PROTECTED]"mailto:Gavin.Myers@lightrod=
soft.COM/A]/FONT
BRFONT SIZE=3D2Sent: Monday, September 18, 2000 11:49 AM/FONT
BRFONT SIZE=3D2To: '[EMAIL PROTECTED]'/FONT
BRFONT SIZE=3D2Subject: ot xml/FONT
/P
BR

PFONT SIZE=3D2Does anyone have any good book references for xml? =
/FONT
BRFONT SIZE=3D2Using a scale of 0 - 10/FONT
BRFONT SIZE=3D20 meaing incredibelly beginner/FONT
BRFONT SIZE=3D210 meaning super advanced/FONT
/P
BR

PFONT =
SIZE=3D2---=
---/FONT
BRFONT SIZE=3D2Archives: A =
HREF=3D"http://www.mail-archive.com/cf-talk@houseoffusion.com/" =
TARGET=3D"_blank"http://www.mail-archive.com/cf-talk@houseoffusion.com/=
/A/FONT
BRFONT SIZE=3D2To Unsubscribe visit A =
HREF=3D"http://www.houseoffusion.com/index.cfm?sidebar=3Dlistsbody=3Dli=
sts/cf_talk" =
TARGET=3D"_blank"http://www.houseoffusion.com/index.cfm?sidebar=3Dlists=
body=3Dlists/cf_talk/A or send a message to =
[EMAIL PROTECTED] with 'unsubscribe' in the =
body./FONT/P

/BODY
/HTML
--_=_NextPart_001_01C02190.75BDBBC0--
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: ot xml

2000-09-18 Thread Christopher S Martin

The XML Biible is a great book.  It has just about everything from begginer,
to XML God.
I like it.

Chris Martin
[EMAIL PROTECTED]
www.fsenablers.com
www.fslink.com
- Original Message -
From: "Gavin Myers" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, September 18, 2000 11:48
Subject: ot xml


 Does anyone have any good book references for xml?
 Using a scale of 0 - 10
 0 meaing incredibelly beginner
 10 meaning super advanced


 --

 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: OT-XML-SOAP...

2000-05-15 Thread Cary Gordon

me too, me too

Where can I pick one up?

Cary

At 09:08 AM 5/12/00 -0700, you wrote:
I have done this with CF, I picked up a custom tag which used the MS-DOM to
parse an xml file and xsl file and output html for any browser to view it
worked great, but I believe it only worked fine with the CF server 4.5

Shawn Regan


Cary Gordon
The Cherry Hill Company

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: OT-XML-SOAP...

2000-05-15 Thread Sean Renet

Shawn, can you give me the details on how to get this stuff?
- Original Message -
From: "Cary Gordon" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, May 15, 2000 8:49 AM
Subject: RE: OT-XML-SOAP...


 me too, me too

 Where can I pick one up?

 Cary

 At 09:08 AM 5/12/00 -0700, you wrote:
 I have done this with CF, I picked up a custom tag which used the MS-DOM
to
 parse an xml file and xsl file and output html for any browser to view it
 worked great, but I believe it only worked fine with the CF server 4.5
 
 Shawn Regan


 Cary Gordon
 The Cherry Hill Company

 --

 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: OT-XML-SOAP...

2000-05-12 Thread Shawn Regan

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--_=_NextPart_001_01BFBC2C.4508ADB0
Content-Type: text/plain;
charset="iso-8859-1"

I have done this with CF, I picked up a custom tag which used the MS-DOM to
parse an xml file and xsl file and output html for any browser to view it
worked great, but I believe it only worked fine with the CF server 4.5

Shawn Regan 

-Original Message-
From: Sean Renet [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 11, 2000 10:47 AM
To: [EMAIL PROTECTED]
Subject: Re: OT-XML-SOAP...


Chris,
Other than the lame doc example, do you have or know of an example where CF
reads a XML doc and parses it into CF? Like if you used CFFILE to "read" the
doc into CF Variables?  Allaire's example in the knowledge base is buggy and
they have spent two weeks trying to find an answer to this same question.
- Original Message -
From: "Yvette Ingram" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, May 11, 2000 8:30 AM
Subject: Re: OT-XML-SOAP


 Chris:

 Thanks.  I'll check that.

 Yvette Ingram
 ColdFusion Programmer
 HWG-TA, ColdFusion 4
 Email: [EMAIL PROTECTED] or
 [EMAIL PROTECTED]
 ICQ:  21200397


 - Original Message -
 From: Chris Evans [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Thursday, May 11, 2000 8:53 AM
 Subject: RE: OT-XML-SOAP


  I believe this is similar to WDDX. The Web Distributed Data Exchange, or
  WDDX, is a free, open XML-based technology that allows Web applications
  created with any platform to easily exchange data with one another over
 the
  Web.  It is supported natively in CF.
 
  You can find out more info at http://www.wddx.org.
 
  Chris Evans
  [EMAIL PROTECTED]
  http://www.fuseware.com
 
  -Original Message-
  From: Yvette Ingram [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, May 10, 2000 9:39 PM
  To: [EMAIL PROTECTED]
  Subject: OT-XML-SOAP
 
 
  Does anyone know anything about XML-SOAP?  It's related to Microsoft.
 This
  is just something I picked up.  Does ColdFusion have something similar
or
  plan something similar?
 
  SOAP - Simple Access Object Protocol
 
  Remote objects can give a program almost unlimited power over the
 Internet,
  but most firewalls block non-HTTP requests. SOAP, an XML-based protocol,
  gets around this limitation to provide intraprocess communication across
  machines.
 
 
  Yvette Ingram
  ColdFusion Programmer
  HWG-TA, ColdFusion 4
  Email: [EMAIL PROTECTED] or
  [EMAIL PROTECTED]
  ICQ:  21200397
 
 
 

 --
 --
  --
  Archives: http://www.eGroups.com/list/cf-talk
  To Unsubscribe visit
  http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
or
  send a message to [EMAIL PROTECTED] with 'unsubscribe'
in
  the body.
 
 

 --
 
  Archives: http://www.eGroups.com/list/cf-talk
  To Unsubscribe visit
 http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
 send a message to [EMAIL PROTECTED] with 'unsubscribe' in
 the body.

 --

 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.



--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--_=_NextPart_001_01BFBC2C.4508ADB0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"
HTML
HEAD
META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1"
META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2650.12"
TITLERE: OT-XML-SOAP.../TITLE
/HEAD
BODY

PFONT SIZE=3D2I have done this with CF, I picked up a custom tag =
which used the MS-DOM to parse an xml file and xsl file and output html =
for any browser to view it worked great, but I believe it only worked =
fine with the CF server 4.5/FONT/P

PFONT SIZE=3D2Shawn Regan /FONT
/P

PFONT SIZE=3D2-Original Message-/FONT
BRFONT SIZE=3D2From: Sean Renet [A =
HREF=3D"mailto:[EMAIL PROTECTED]"mailto:sean@broadcastdynamics=
.com/A]/FONT
BRFONT SIZE=3D2Sent: Thursday, May 11, 2000 10:47 AM/FONT
BRFONT SIZE=3D2To: [EMAIL PROTECTED]/FONT
BRFONT SIZE=3D2Subject: Re: OT-XML-SOAP.../FONT
/P
BR

PFONT SIZE=3D2Chris,/FONT
BRFONT SIZE=3D2Other than the lame doc example, do you have or know =
of an example where CF/FONT
BRFONT

Re: OT-XML-SOAP...

2000-05-12 Thread Sean Renet

I am running 4.5.  can you email me the custom tag and an example? that
would be greatly appreciated

thanks
Sean Renet
- Original Message -
From: "Shawn Regan" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, May 12, 2000 9:08 AM
Subject: RE: OT-XML-SOAP...


 This message is in MIME format. Since your mail reader does not understand
 this format, some or all of this message may not be legible.

 --_=_NextPart_001_01BFBC2C.4508ADB0
 Content-Type: text/plain;
 charset="iso-8859-1"

 I have done this with CF, I picked up a custom tag which used the MS-DOM
to
 parse an xml file and xsl file and output html for any browser to view it
 worked great, but I believe it only worked fine with the CF server 4.5

 Shawn Regan

 -Original Message-
 From: Sean Renet [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, May 11, 2000 10:47 AM
 To: [EMAIL PROTECTED]
 Subject: Re: OT-XML-SOAP...


 Chris,
 Other than the lame doc example, do you have or know of an example where
CF
 reads a XML doc and parses it into CF? Like if you used CFFILE to "read"
the
 doc into CF Variables?  Allaire's example in the knowledge base is buggy
and
 they have spent two weeks trying to find an answer to this same question.
 - Original Message -
 From: "Yvette Ingram" [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Thursday, May 11, 2000 8:30 AM
 Subject: Re: OT-XML-SOAP


  Chris:
 
  Thanks.  I'll check that.
 
  Yvette Ingram
  ColdFusion Programmer
  HWG-TA, ColdFusion 4
  Email: [EMAIL PROTECTED] or
  [EMAIL PROTECTED]
  ICQ:  21200397
 
 
  - Original Message -
  From: Chris Evans [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Thursday, May 11, 2000 8:53 AM
  Subject: RE: OT-XML-SOAP
 
 
   I believe this is similar to WDDX. The Web Distributed Data Exchange,
or
   WDDX, is a free, open XML-based technology that allows Web
applications
   created with any platform to easily exchange data with one another
over
  the
   Web.  It is supported natively in CF.
  
   You can find out more info at http://www.wddx.org.
  
   Chris Evans
   [EMAIL PROTECTED]
   http://www.fuseware.com
  
   -Original Message-
   From: Yvette Ingram [mailto:[EMAIL PROTECTED]]
   Sent: Wednesday, May 10, 2000 9:39 PM
   To: [EMAIL PROTECTED]
   Subject: OT-XML-SOAP
  
  
   Does anyone know anything about XML-SOAP?  It's related to Microsoft.
  This
   is just something I picked up.  Does ColdFusion have something similar
 or
   plan something similar?
  
   SOAP - Simple Access Object Protocol
  
   Remote objects can give a program almost unlimited power over the
  Internet,
   but most firewalls block non-HTTP requests. SOAP, an XML-based
protocol,
   gets around this limitation to provide intraprocess communication
across
   machines.
  
  
   Yvette Ingram
   ColdFusion Programmer
   HWG-TA, ColdFusion 4
   Email: [EMAIL PROTECTED] or
   [EMAIL PROTECTED]
   ICQ:  21200397
  
  
  
 

 --
  --
   --
   Archives: http://www.eGroups.com/list/cf-talk
   To Unsubscribe visit
  
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
 or
   send a message to [EMAIL PROTECTED] with 'unsubscribe'
 in
   the body.
  
  
 

 --
  
   Archives: http://www.eGroups.com/list/cf-talk
   To Unsubscribe visit
  http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
or
  send a message to [EMAIL PROTECTED] with 'unsubscribe'
in
  the body.
 

 --
 
  Archives: http://www.eGroups.com/list/cf-talk
  To Unsubscribe visit
 http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
 send a message to [EMAIL PROTECTED] with 'unsubscribe' in
 the body.
 

 --
--
 --
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
 http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
 send a message to [EMAIL PROTECTED] with 'unsubscribe' in
 the body.

 --_=_NextPart_001_01BFBC2C.4508ADB0
 Content-Type: text/html;
 charset="iso-8859-1"
 Content-Transfer-Encoding: quoted-printable

 !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"
 HTML
 HEAD
 META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
 charset=3Diso-8859-1"
 META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
 5.5.2650.12"
 TITLERE: OT-XML-SOAP.../TITLE
 /HEAD
 BODY

 PFONT SIZE=3D2I have done this with CF, I picked up a custom tag =
 which used the MS-DOM to parse an xml file and xsl file and output html =
 for any browser to view it worked great, but I believe it only worked =
 fine with the CF server 4.5/FONT/P

 PFONT SIZE=3D2Shawn Regan /FONT
 /P

 PFONT SIZE=3D2-Original Message-/FONT
 

RE: OT-XML-SOAP

2000-05-11 Thread Chris Evans

I believe this is similar to WDDX. The Web Distributed Data Exchange, or
WDDX, is a free, open XML-based technology that allows Web applications
created with any platform to easily exchange data with one another over the
Web.  It is supported natively in CF.

You can find out more info at http://www.wddx.org.

Chris Evans
[EMAIL PROTECTED]
http://www.fuseware.com

-Original Message-
From: Yvette Ingram [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 10, 2000 9:39 PM
To: [EMAIL PROTECTED]
Subject: OT-XML-SOAP


Does anyone know anything about XML-SOAP?  It's related to Microsoft.  This
is just something I picked up.  Does ColdFusion have something similar or
plan something similar?

SOAP - Simple Access Object Protocol

Remote objects can give a program almost unlimited power over the Internet,
but most firewalls block non-HTTP requests. SOAP, an XML-based protocol,
gets around this limitation to provide intraprocess communication across
machines.


Yvette Ingram
ColdFusion Programmer
HWG-TA, ColdFusion 4
Email: [EMAIL PROTECTED] or
[EMAIL PROTECTED]
ICQ:  21200397




--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: OT-XML-SOAP

2000-05-11 Thread Yvette Ingram

Thanks.  My husband attended a VBA usergroup meeting recently and he said
there's talk about this becoming some kind of standard and it's before the
w3c.

I'll check out the link.

Yvette Ingram
ColdFusion Programmer
HWG-TA, ColdFusion 4
Email: [EMAIL PROTECTED] or
[EMAIL PROTECTED]
ICQ:  21200397


- Original Message -
From: Leong Yew [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, May 11, 2000 12:51 AM
Subject: RE: OT-XML-SOAP


 Look at the Jan 2000 issue of the Microsoft Internet Developer magazine.
 It's got a cover article on SOAP. You can find the article at
 http://www.microsoft.com/mind/ . The magazine's name has now changed and
so
 has the URL to the archives. You'll be redirected if you use the above
link.

 Leong

 -Original Message-
 From: Yvette Ingram [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, May 11, 2000 11:09 AM
 To: [EMAIL PROTECTED]
 Subject: OT-XML-SOAP


 Does anyone know anything about XML-SOAP?  It's related to Microsoft.
This
 is just something I picked up.  Does ColdFusion have something similar or
 plan something similar?

 SOAP - Simple Access Object Protocol

 Remote objects can give a program almost unlimited power over the
Internet,
 but most firewalls block non-HTTP requests. SOAP, an XML-based protocol,
 gets around this limitation to provide intraprocess communication across
 machines.


 Yvette Ingram
 ColdFusion Programmer
 HWG-TA, ColdFusion 4
 Email: [EMAIL PROTECTED] or
 [EMAIL PROTECTED]
 ICQ:  21200397



 --
--
 --
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
 http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
 send a message to [EMAIL PROTECTED] with 'unsubscribe' in
 the body.

 --

 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: OT-XML-SOAP

2000-05-11 Thread Yvette Ingram

Chris:

Thanks.  I'll check that.

Yvette Ingram
ColdFusion Programmer
HWG-TA, ColdFusion 4
Email: [EMAIL PROTECTED] or
[EMAIL PROTECTED]
ICQ:  21200397


- Original Message -
From: Chris Evans [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, May 11, 2000 8:53 AM
Subject: RE: OT-XML-SOAP


 I believe this is similar to WDDX. The Web Distributed Data Exchange, or
 WDDX, is a free, open XML-based technology that allows Web applications
 created with any platform to easily exchange data with one another over
the
 Web.  It is supported natively in CF.

 You can find out more info at http://www.wddx.org.

 Chris Evans
 [EMAIL PROTECTED]
 http://www.fuseware.com

 -Original Message-
 From: Yvette Ingram [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, May 10, 2000 9:39 PM
 To: [EMAIL PROTECTED]
 Subject: OT-XML-SOAP


 Does anyone know anything about XML-SOAP?  It's related to Microsoft.
This
 is just something I picked up.  Does ColdFusion have something similar or
 plan something similar?

 SOAP - Simple Access Object Protocol

 Remote objects can give a program almost unlimited power over the
Internet,
 but most firewalls block non-HTTP requests. SOAP, an XML-based protocol,
 gets around this limitation to provide intraprocess communication across
 machines.


 Yvette Ingram
 ColdFusion Programmer
 HWG-TA, ColdFusion 4
 Email: [EMAIL PROTECTED] or
 [EMAIL PROTECTED]
 ICQ:  21200397



 --
--
 --
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
 http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
 send a message to [EMAIL PROTECTED] with 'unsubscribe' in
 the body.


 --

 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: OT-XML-SOAP...

2000-05-11 Thread Sean Renet

Chris,
Other than the lame doc example, do you have or know of an example where CF
reads a XML doc and parses it into CF? Like if you used CFFILE to "read" the
doc into CF Variables?  Allaire's example in the knowledge base is buggy and
they have spent two weeks trying to find an answer to this same question.
- Original Message -
From: "Yvette Ingram" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, May 11, 2000 8:30 AM
Subject: Re: OT-XML-SOAP


 Chris:

 Thanks.  I'll check that.

 Yvette Ingram
 ColdFusion Programmer
 HWG-TA, ColdFusion 4
 Email: [EMAIL PROTECTED] or
 [EMAIL PROTECTED]
 ICQ:  21200397


 - Original Message -
 From: Chris Evans [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Thursday, May 11, 2000 8:53 AM
 Subject: RE: OT-XML-SOAP


  I believe this is similar to WDDX. The Web Distributed Data Exchange, or
  WDDX, is a free, open XML-based technology that allows Web applications
  created with any platform to easily exchange data with one another over
 the
  Web.  It is supported natively in CF.
 
  You can find out more info at http://www.wddx.org.
 
  Chris Evans
  [EMAIL PROTECTED]
  http://www.fuseware.com
 
  -Original Message-
  From: Yvette Ingram [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, May 10, 2000 9:39 PM
  To: [EMAIL PROTECTED]
  Subject: OT-XML-SOAP
 
 
  Does anyone know anything about XML-SOAP?  It's related to Microsoft.
 This
  is just something I picked up.  Does ColdFusion have something similar
or
  plan something similar?
 
  SOAP - Simple Access Object Protocol
 
  Remote objects can give a program almost unlimited power over the
 Internet,
  but most firewalls block non-HTTP requests. SOAP, an XML-based protocol,
  gets around this limitation to provide intraprocess communication across
  machines.
 
 
  Yvette Ingram
  ColdFusion Programmer
  HWG-TA, ColdFusion 4
  Email: [EMAIL PROTECTED] or
  [EMAIL PROTECTED]
  ICQ:  21200397
 
 
 

 --
 --
  --
  Archives: http://www.eGroups.com/list/cf-talk
  To Unsubscribe visit
  http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
or
  send a message to [EMAIL PROTECTED] with 'unsubscribe'
in
  the body.
 
 

 --
 
  Archives: http://www.eGroups.com/list/cf-talk
  To Unsubscribe visit
 http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
 send a message to [EMAIL PROTECTED] with 'unsubscribe' in
 the body.

 --

 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: OT-XML-SOAP

2000-05-10 Thread Yvette Ingram

That should be SOAP - Simple Object Access Protocol.

It's late, I'm tired.


Yvette Ingram
ColdFusion Programmer
HWG-TA, ColdFusion 4
Email: [EMAIL PROTECTED] or
[EMAIL PROTECTED]
ICQ:  21200397


- Original Message -
From: Yvette Ingram [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, May 10, 2000 9:39 PM
Subject: OT-XML-SOAP


 Does anyone know anything about XML-SOAP?  It's related to Microsoft.
This
 is just something I picked up.  Does ColdFusion have something similar or
 plan something similar?

 SOAP - Simple Access Object Protocol

 Remote objects can give a program almost unlimited power over the
Internet,
 but most firewalls block non-HTTP requests. SOAP, an XML-based protocol,
 gets around this limitation to provide intraprocess communication across
 machines.


 Yvette Ingram
 ColdFusion Programmer
 HWG-TA, ColdFusion 4
 Email: [EMAIL PROTECTED] or
 [EMAIL PROTECTED]
 ICQ:  21200397




--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: OT-XML-SOAP

2000-05-10 Thread Leong Yew

Look at the Jan 2000 issue of the Microsoft Internet Developer magazine.
It's got a cover article on SOAP. You can find the article at
http://www.microsoft.com/mind/ . The magazine's name has now changed and so
has the URL to the archives. You'll be redirected if you use the above link.

Leong

-Original Message-
From: Yvette Ingram [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 11, 2000 11:09 AM
To: [EMAIL PROTECTED]
Subject: OT-XML-SOAP


Does anyone know anything about XML-SOAP?  It's related to Microsoft.  This
is just something I picked up.  Does ColdFusion have something similar or
plan something similar?

SOAP - Simple Access Object Protocol

Remote objects can give a program almost unlimited power over the Internet,
but most firewalls block non-HTTP requests. SOAP, an XML-based protocol,
gets around this limitation to provide intraprocess communication across
machines.


Yvette Ingram
ColdFusion Programmer
HWG-TA, ColdFusion 4
Email: [EMAIL PROTECTED] or
[EMAIL PROTECTED]
ICQ:  21200397




--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.