How to get the namespace URI string?
Tue, 20 May 2008 15:46:09 -0700
Hello,
I have a XML as below:
declare @doc2 xml
SET @doc2 = '<?xml version="1.0" ?>
<p1: Domains_and_Emails xmlns:p1="LDAP">
<Domain>
<UnixEmail>
<uid>info</uid>
<Password>xyz</Password>
<EmailAccount>info@xyz.com</EmailAccount>
</UnixEmail>
</Domain>
</p1: Domains_and_Emai ...
|
Variable in XQUERY
Tue, 20 May 2008 12:21:35 -0700
Hello,
I have a XML as below:
declare @doc2 xml
SET @doc2 = '<?xml version="1.0" ?>
<p1: Domains_and_Emails xmlns:p1="LDAP">
<Domain>
<UnixEmail>
<uid>info</uid>
<Password>xyz</Password>
<EmailAccount>info@xyz.com</EmailAccount>
</UnixEmail>
</Domain>
</p1: Domains_and_Emai ...
|
XML : How to insert element between two elements ?
Tue, 20 May 2008 08:00:14 +0200
Hi,
I need to insert the following element :
<QUATRE Attr_1="400" Attr_2="100" />
in my xml file witch is looking like that :
<TEST>
<Etape_1>
<NEUF Attr_1="400" Attr_2="100" />
<DIX Attr_1="400" Attr_2="100" />
<ONZE Attr_1="400" Attr_2="100" />
</Etape_1>
<Etape_2>
<UN Attr_1= ...
|
Limiting XSLT result elements
Mon, 19 May 2008 14:29:02 -0700 (PDT)
I have an XSL transformation that sorts some data by date, but now my
client wants me to limit the number of data elements to 4. That is,
if the data contains 6 elements, they want it sorted in ascending
order and only the last 4 records included in the output. I don't see
any easy way to do this, but I figure ...
|
mobile browser in desktop browser
Mon, 19 May 2008 17:00:16 -0300
Hi and tks a lot for your time!
I put a nice fake mobile phone screen on my site and a textbox where
visitors can enter an URL to see how it looks when browsing through a real
mobile phone.
I'm trying this:
Set xml = Server.CreateObject("MSXML2.ServerXMLHTTP")
xml.Open "GET", "http://www.google.com", ...
|
acomplia canada belgique
acquerir acomplia us usa soft
eurodrugs.org
acomplia bon marche Sans Prescription
acomplia par email
Mon, 19 May 2008 08:17:23 -0700
acomplia canada belgique
acquerir acomplia us usa soft
eurodrugs.org
acomplia bon marche Sans Prescription
acomplia par email
+++ PERTE DE POIDS +++ PERTE DE POIDS +++ PERTE DE POIDS +++
+
ACHETER ACOMPLIA BON MARCHE (ALL CARD ACCEPTED)
http://jhku.net/ACHETER-ACOMPLIA-BON-MARCHE/
http://jhku.net/ACHETE ...
|
Zune Error Message
Sun, 18 May 2008 09:39:00 -0700
Does anyone know how to fix this error:
Zune encountered a critical error and needs to close. For instructions on
correcting this error, open the url below in a web browser.
http://go.microsoft.com/fwlink/?LinkId=105744&locale=409&geoid=f4&version=2.5.447.0&userlocale=409&system=ZuneCLient
I went there bu ...
|
|
|
not install error
Fri, 16 May 2008 17:26:01 -0700
Security Update for Microsoft Word 2002 (KB950243) not install error ...
|
schema issue
Fri, 16 May 2008 23:57:56 +0200
I define element wihout certaint type declaration (there aren't type
attribute, complex or simple type child):
e.g.
...
<xs:element name="invoice"/>
...
MSXML doesn't report any errors when that element contains some text
content.
I believe to MSXML but I cant find in specific ...
|
Free XML in schema
Wed, 14 May 2008 10:05:42 +0100
I'm trying to create a schema for a messaging application, but one of the
fields needs to contain XHTML. e.g.
<message>
<subject>Hello!</subject>
<body>
<h1>Test</h1>
<p>This is a test message</p>
</body>
</message>
I have:
<xs:element name="body" type="xs:string" minOccurs="1" maxOccurs ...
|